Jacek Tomaszewski

Results 81 comments of Jacek Tomaszewski

It doesn't do what I need. It will pass if `UserAPI.get_user` gets called with `123` twice. I need it to pass **only** if it gets called once with `123`, and...

> The API for this is not trivial IMO. Agree. > We could introduce something to retrieve the expectations that were called. If that would be possible from implementation side,...

I've just done it ;) Using https://github.com/zynga/scroller library, which is pretty awesome. The code is visible in https://github.com/jtomaszewski/fattable in the master branch. Would you be able to merge it?

Seems like this issue is still valid - it lags a bit on my Mac OSX 10.11 & Firefox 41. It is usuable, but fps is about ~10-20. Is it...

Both answers above perfectly answer the question. I think the issue can be closed.

Sorry that I placed commits from #4 here, but I'll remove them from this PR with `push --force` after you merge #4 (you can use my 5fc10ff to do this).

Micro is fine IMHO

We definitely should make it backward compatible. We could base it on `CountrySelect::VERSION.to_i >= 2` or on `builder.method(:country_select).arity == 3`. What do you think?

Similar to `isPresent` from `ts-is-present` library, me and @Smtih just created this utility `hasPresentKey` fn that helps you filter items down to the ones that have defined non-null item at...

Here's what bitbucket says to me when I'm trying to open a PR to your repo: ![image](https://user-images.githubusercontent.com/1862580/90518312-df732300-e166-11ea-880e-70e7421116e5.png) Any chance moving it to GH?