Daithi Coombes

Results 16 comments of Daithi Coombes

yes I had tried that from an issue in 2017 I found, but still the same result. Change there could'be been dead code in the cordova build though, so will...

@TravisVincent I was same. Posted `cordova plugin list` from wrong terminal. Have updated OP now.

@TravisVincent no joy, still getting: ``` Failed to capture fingerprint of input files for task ':app:preReleaseBuild' property 'compileManifests' during up-to-date check. > The library com.google.android.gms:play-services-measurement-base is being requested by various...

seems I'm not only one that can't remove `cordova-plugin-firebase`: https://forum.ionicframework.com/t/cant-remove-firebase-plugin-from-project/132645

I completely gave up on firebase. So happy I did now, no vendor lock-in :P

Generally there is a that needs `git`, or at least `g++`, `make` etc. I've added suggestions from https://github.com/nodejs/docker-node/issues/282#issuecomment-358907790 to my `Dockerfile`: Note: this greatly increases build time, so maybe blocker...

I'm having the same issue. These won't work, the all look like they build from `cache` but don't register the new image with docker. ``` docker build . docker buildx...

@thaJeztah my bad I hadn't put the `-t` flag in my comment. Issue was happening with the `-t` flag. @khumps I had to downgrade to docker desktop `3.4.0` and this...

@khumps uninstall and re-install. For apple macs (silicon) I grabbed `3.4.0` from here: https://docs.docker.com/docker-for-mac/release-notes/#docker-desktop-340

I'm having the same issue and it can be fixed, as @cacplate states, by cd'ing into the test directory and running from there: `istanbul cover _mocha -- ./` To recreate......