Kai Puth

Results 8 comments of Kai Puth

It may also be used to build different apps – e.g. an electron app and a web app – from the same source.

Update: I replaced the import with `/// `. The static code analysis was satisfied with the import, but the compiler complained that the definition file is not a module. >...

> Blind guess: You are missing the `cordova-plugin-file` entry in the `types` array. The compiler and static code analysis work with this. But it's definitely something that should be documented.

If this is an issue with [cordova-common](https://github.com/apache/cordova-common), did you report it? I'd like the see this issue's status in the repo that owns it.

Not having a stable order for plugins and platforms also makes it unnessesarily difficult to understand changes in a version control system: removing an old version of a platform and...

I'm not even sure that the progress bar offers any useful information. For me, it's only a character bouncing from left to right and back, and it only changes when...

Have you tried following the instructions and doing something like ```sh cd platforms/io gem pristine ffi --version 1.13.1 ``` I think I had to run `sudo gem pristine ffi --version...

Have you tried following the instructions and doing something like ```sh cd platforms/io gem pristine ffi --version 1.13.1 ``` I think I had to run `sudo gem pristine ffi --version...