Manu MA

Results 477 comments of Manu MA

Please can you reinstall the plugin? we made further improvements to the file issues and CORS

@snehoo @weissadrian Can you guys try to remove the platforms/ and plugins/ folder and recreate the Cordova project from scratch: ``` rm -rf platforms rm -rf plugins cordova platform add...

I can't reproduce it. iPhone 6. iOS10. ionic 2 conference app.

@Zorgatone can you provide a full repo reproducing the issue? It feels like it is multi variable problem I can't resolve without a complete example

Help wanted!

That's a great idea @Serabe ! and easy enough to implement

Props destructuring might be a bit complicated to implement, in the meantime, i suggest to do: ```tsx import * as React from "react"; interface Props { value?: string; } function...

This is supported in Javascript and other languages, how can we speed up the process? would a PR be accepted?

Happy to give it a try, do we have a dev release?

This is not really an issue. useTask$() is holding the rendering, the component can not update while useTask$() is actively running. Dont return a promise in `useTask$()` to allow the...