Cimpok
Cimpok
Thank you for this module. I'd like to share a small enhancement (simpler code, faster runnning) for the decoder part. instead of: ``` while (str.length) { c = str[str.length -...
Hello, this might be a bug, I don't remember to see this before, some days ago I started to see the following warnings in my Chrome console view of a...
Another feature request from me. Start autoplay only when the component becomes visible (e.g. by scrolling into view). I would like to have my sequence of images begin playing when...
Hi, its me again, Thank you for solving so quickly my issue last time, this time a feature request to refine the user experience further. **The problem:** With autoplay on,...
Vetur gives a false _'xxxx' is declared but its value is never read Vetur(6133)_ pop-up warning on import statements when the components: { ... } declatarion is missing, but the...
The very same code that was working with Vue 3.2.21 crashes after upgrading to Vue 3.2.22 with the following error TypeError: Cannot read properties of null (reading 'isCE')_ at renderSlot...
Could you please add absolute sizes to panes? So we would be able to specify certain pane's initial widths not in percents of the parent but in absolute values, like...