aekidna
aekidna
### Issue type - **Bug Report:** - **Feature Request:** - **Question:** _yes_ - **Not an issue:** ### Prerequisites - **Can you reproduce the issue?:** _yes_ - **Did you search the...
There are use cases where it would be beneficial for the user to be able to conditionally cancel sliding. ```javascript beforeSlide(cancelFn) { if(someCondition) { cancelFn(); //sliding won't happen } }...
Dust takes for granted that the objects passed as models are plain native objects, i.e. Object, Array, String, Number etc. In some applications, the model is represented by custom objects...
https://github.com/editor-js/image/issues/143#issuecomment-837525894
I added a simple class toggling action as follows ```js //... config: { actions: [ { icon: ` `, name: "centered", title: "Centered", }, ], //... ``` The first time...
### Problem description While `experimentalDecorators` setting in deno.json is now respected since https://github.com/denoland/deno/pull/22521 `emitDecoratorMetadata` is not. Unlike the former issue, it doesn't seem to be an issue with `deno compile`....
The player's API has a `playLoop(dryRun)` and a `loop()` methods but they don't seem to do much. Also, the `playLoop(dryRun)` JSDoc is quite confusing: `The main play loop.` There are...
When setting multiple properties in markdown Vue property check fails with `previewHeight` and `coderHeight` because their type is strictly number. Changed to also accept strings.
``` vue v3.5.17 vuetools v7.7.7 ``` I'm creating a devtool plugin and I'm trying to set the icon but whatever I put i the `icon` property, devtools shows the default...