Falk Neumann
Falk Neumann
@nick-running > I have a issue that you mentioned the newest version v1.8.4 include feature isDraggable since v1.7.0. > but it's no any effect when i set isDraggable prop on...
I could fix it in our monorepo with the following resolution: ```json "resolutions": { "**/tracked-toolbox": "^1.2.3" }, ``` Tried updating to `"tracked-toolbox": "^2.0.0"` in all sub-packages as well (without the...
> Does this allow you to rename the files as well by supplying an `ID` with a different `name`? Currently this is not intended. For this use-case you would have...
Oh sorry, for the incorrect feedback then! But this feature will not be part of the current ember-caluma implementation for now.
I have a similar issue! The table which is missing after refreshing the page is also not initialized after deleting indexDB. ```javascript const database = new VuexORM.Database(); database.register(MetaInformation); database.register(FormatIndex); database.register(Annotation);...
I don´t know why yet but when I fetch the missing model in the `mounted` hook via `this.$store.$db().model(Meta).dispatch("$fetch");` the model database gets created and also loaded correctly. Really weird, but...
For everybody in the same situation: Temporarily solved the TypeScript Error for now by manually dispatching the actions like `this.Clip.dispatch("$create", {data...}`
@eldomagan No worries! A lot of plugins for the Vue ecosystem have to do a rewrite with Vue 3 and/or Typescript. When you start out with a base I will...
> Also getting this on Firefox Dev 80.0b7 (Mac) w/ quill-emoji module Trimming out spaces while inputing text > > **Edit:** I've managed to fix it. It looks like this...
Works now with `tracked-toolbox: ^2.0.0` and `ember-cli-addon-docs: ^6.0.2`. Thx