Daniel Schäfer

Results 7 issues of Daniel Schäfer

Hey there! It would be great if you could add an option to pass the full path instead just the `basename` as value for the filename argument in the modify...

As mentioned by @franciscolourenco in #32 🙏 the documentation could use some update to include the recommended way of configuring webpack with vue.js. ```javascript // vue.config.js module.exports = { chainWebpack:...

When i press ":" the first time nothing happens. But when I type it one more time the ":'" appears. Note: I do not use a default US layout. To...

bug

Hey :) If an update fails, why not fall back to the last working version, instead of the bundled version? Wouldn't that be way better?

enhancement
help wanted

After having successfully created builds with `cordova build android` and this plugin installed before, now after some weeks the build fails: ``` FAILURE: Build failed with an exception. * Where:...

Hey, first of all: Awesome project, many thanks for that! ❤️ **I have one question:** Is it possible to switch projects? For me only the last project that I started...

discussion

## What kind of change does this PR introduce? Adds support for passing an AbortSignal to function invocations ## What is the current behavior? Functions cannot be aborted. This is...