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
@arobson The ideas I spiked out earlier today worked to a limited degree, but I'm going to start over with a better (hopefully) approach. Turning resources into functions is, IMO, a great idea, BUT it will break a ton of our tests that are doing deep equal comparisons on objects at the moment. I'd like to have this in for v0.1, but will take me a couple of days at least.
@dcneiner's great suggestion:
board.self({ id: 101 });
should just beboard({ id: 101 });
The text was updated successfully, but these errors were encountered: