Results 552 comments of Noitidart

Has anyone found another library for this issue? I'm using it in the backend and need to use a fixed locale per request.

Thanks for sharing this, I actually can't figure out how to load the locale either. Simply doing `numeral.locale('en-gb')` causes a crash. I'm using react native. The error I get is:...

Thanks very much for that note @cstew!! :) This is a side question, do you know how youtube gets their icon to "enlarge". My icon is staying the same size...

Thanks @cstew for your awesomely fast replies! When I use `android:src="@mipmap/ic_launcher"` it uses one of the smaller ones even though I have a large one available in `mipmap-xxhdpi` at 144...

Thanks @cstew for going through this discussion and experiementation with me. I just tried it, if I don't use `android:src="@mipmap/ic_launcher"` it is always coming up from bottom. I will recompile...

Hey @cstew excuse the delay please I got busy. It seems only if I use ic_launcher with just these folders for icons: ``` 72*72 ic_launcher.png to mipmap-hdpi. 48*48 ic_launcher.png to...

Looks like in Android 8+ and iOS 10+ we can use autofill, just learned this - https://github.com/buttercup/buttercup-mobile

We should use react-native and create an app out of this for iOS and Android.

Oh that's true. The reason I had that idea, on iOS (im on iOS 9) Safari browser doesn't support the APIs needed. Cordova would just be a webview. I was...

Ohh cool re native code on Cordovoa. I totally agree with you, Apple ecosystem is absolutely trash. Trying to get an app submitted to the store requires all kinds of...