Jimmy Aumard

Results 106 issues of Jimmy Aumard

Generally I use moche to do unit testing but as I'll use Angular2 jasmine is most used so I try to give it a try but I've a problem. With...

Thanks for this repo ! As I don't want to use TS it will help me a lot ^^ Does it work with server rendering with angular-universal ? That would...

Hi, I try to use your great class but i have problems with animations, I have a FXBlurView with a scrollView behind but when i use : [UIView animateWithDuration:1.5 delay:0...

Handy to connect to host like android wear devices, or even phone if you don't want to connect it to USB

I tried this library with 3 different stream and camera, works for 2 of them but the third crash :( It's a D-LINK 930 LB camera, stream works fine from...

bug

Pretty cool repo ! Thanks for this !!! Did you think about adding server rendering ? It would be perfect :D

Zurb project doesn't seem to be alive anymore :(

I bit annoying ^^ I'm forced to do hot restart each time I change the theme in neumorphic. Didn't find where the problem come from for now...

**Describe the bug** I use this plugin in IntelliJ and Android Studio, works correctly on AS but on IntelliJ I don't see any updatable packages. AS: IntelliJ: **Software used** ```...

bug

Not sure why but on mac OS nothing is saved (or read) from secure prefs :( ```dart final securePrefs = const FlutterSecureStorage(); await securePrefs.write(key: 'keyToken', value: 'token'); final token =...