Karl Adler

Results 23 issues of Karl Adler

How are duplicated file names handled? Currently on iOS it seems as the plugin just stops working without throwing any errors.

Is it possible to use this together with middlewares? I would like to check and modify some headers in the corresponding middleware.

**Describe the bug** using onResult hook, when the exact same query is also used within another component, will only be executed within one component. I'm not 100% sure if this...

bug
pending triage
v4

According to http://www.kanzaki.com/docs/ical/valarm.html using EMAIL as an action the SUMMARY property is required, but in the class there is no field for this.

enhancement

**Is your feature request related to a problem? Please describe.** As described here, saving is doing funny stuff with the current cursor position. Since the plugin runs also on autosave...

I experienced some issues using key names derived from file names, is it possible, that node-cache has a problem, when the key name contains spaces?

I'm running webpack in watch mode and want to start the node script after the build automatically. To avoid the `EADDRINUSE, Address already in use` error, I wan't to kill...

When running my unit tests in the CI I get the following error: ```bash Cannot find module 'Vue' from 'vue-form-json-schema.umd.js' at Resolver.resolveModule (node_modules/jest-resolve/build/index.js:259:17) at exports (node_modules/vue-form-json-schema/dist/webpack:/VueFormJsonSchema/webpack/universalModuleDefinition:5:40) at Object. (node_modules/vue-form-json-schema/dist/webpack:/VueFormJsonSchema/webpack/bootstrap:9:39) ```...

Is there a feature planned for using already translated keys as part of new translations, similar to linked translations in the vue-i18n plugin? https://kazupon.github.io/vue-i18n/guide/messages.html#linked-locale-messages

is it somehow possible to add custom queries to the elastic query already when defining the GraphQL objects? I wan't to add a filter to my query to retrieve only...