Tihomir Valkanov

Results 23 comments of Tihomir Valkanov

Hey guys, because this issue is still open I'm just going to write my proposal here. So I am doing integration tests with jest. I want to test our sign...

Have you found a fix for that one? I'm hitting the same issue right now.

@alexborton Thanks for the fast reply! Unfortunately did not work for me :/ Thanks again! :)

@alexborton Yeap, that was it! I have a clean script that I run every time when I change something in config or package.json. I just forgot to run it :D...

@xstable That's my clean script ``` "clean": "watchman watch-del-all && rm -rf package-lock.json && rm -rf node_modules && rm -rf $TMPDIR/metro-* && rm -rf $TMPDIR/haste-map-* && npm install && say...

@ItsTarik working for me even with `babel-core": "^6.26.0`. Thanks.

Made a drawable-xxx with the image inside and things are working again. Maybe the tool should do the same?

@telemmaite If you want to rely on the client timestamp convert it to universal time and that way it's gonna be the same. Otherwise you said that you are making...

@danielmewes Thanks! More elegant and most important - atomic. Love it!

Here is what the meteor guys have done: [Hackpad](https://meteor.hackpad.com/SRP-bcrypt-J5mdBojeVfe) [accounts-password package](https://github.com/meteor/accounts/tree/master/packages/accounts-password)