arthabus

Results 40 comments of arthabus
trafficstars

Thanks for the great library! Do you have any updates on this issue? I'm experiencing the same behavior.

@ontherunvaro I'm curious if you by chance managed to fix that? If so, it would be much appreciated if you could point to the right direction to fix that -...

@ontherunvaro thx! I was hoping to save some time on using this library. Well, I'll try to play with the sources a little bit and if no success I'll follow...

The issue is fixed in this fork: https://github.com/TheKhaeng/PinLockView

xcode is actually unsigned. as for appcode plugin - I've found it pretty unusable with the version I've specified: it constantly losses connection, silently fails to inject code (no effect...

Thanks a lot for the reference - I'll definitely give it a try!

In my case I ended up using google's stackdrive which allows to keep track of errors and manage them. Its free and it's still from google. You can check how...

in my case onGrant() was called occasionally and onDenied was never called. Moved to [Dexter](https://github.com/Karumi/Dexter) lib - everything works as expected now

@MovingbricksInIT - I was able to meet my requirement by altering the source code. Of course I can't use it as npm now and I ship the lib right inside...

I guess adding (val !== val) to `isScalar` can fix that (this expression returns true in case of NaN)