Mike
Mike
> We only #define CLOCK_REALTIME if FOLLY_HAVE_CLOCK_GETTIME is 0 (and Apple/Windows). Yeah, and this seems to be only valid when `__IPHONE_OS_VERSION_MIN_REQUIRED < __IPHONE_10_0` is false. In other words, you define...
Yep, because I've noticed that it's not related to that library. `fs-extra` does the same (might be Node related problem).
+1 @fresheneesz . Actually, on Heroku, I am getting single objects and on Mac, I receive an array. My simple fix is to basically do `err = err[0] || err`...
Thanks @AvianFlu, I am developing a library where your package is quite important dependency. I'd love to see a fixed version, have you got an idea why I may receive...
I'll do a PR for that over the weekend! Thanks for that amazing lib @AvianFlu.
Kinda disappointing as the Readme says the plugin use imagesloaded to preload them.
Can't remember. Switched to my custom `isotope` binding with manual `imagesloaded` method and that did the trick perfectly :)
Buttons appear as long as you have react-native in node modules according to this line -> https://github.com/grabbou/atom-xcode/blob/master/lib/utils.js#L16 Are you sure you have it in there? (Probably yes) Also, be aware...
Okey, so I think the issue might be that we are not looking for react-native when you open a new folder from within the atom (it only works if you...
Published 0.1.3 to apm, please let me know if that works (temporary fix, the long term plan is to work with multiple projects opened (when you click File -> Add...