You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently example fails with usernames such as constructor.
We solve this partially with 487745f but the same needs to be done for RepoStore and UserStore. The easiest way to do this is to create a Bag class and use it instead of mergeIntoBag, isInBag helpers. Inside Bag, we will use prefixes for IDs.
The text was updated successfully, but these errors were encountered:
An object is not a hash.
Currently example fails with usernames such as
constructor
.We solve this partially with 487745f but the same needs to be done for
RepoStore
andUserStore
. The easiest way to do this is to create aBag
class and use it instead ofmergeIntoBag
,isInBag
helpers. InsideBag
, we will use prefixes for IDs.The text was updated successfully, but these errors were encountered: