Vit Pankin
Vit Pankin
``` onMouseDown(dir: "up"|"down", callback?: Function): void { if (dir == 'down') { this.decrease(false, callback); } else if (dir == 'up') { this.increase(false, callback); } } ``` after click in `increase`...
Where's ProgressBar.Path support?
Not really convenient
### Check that this is really a bug - [X] I confirm ### Reproduction link https://codesandbox.io/p/sandbox/swiper-vertical-resistance-bug-lfy6dd ### Bug description I basically added ``` resistance: true, resistanceRatio: 10 ``` to Swiper...
I'm using Vite + Bun (also tried with Yarn) Have and application, importing assetpack crashes it `import { compress, type CompressOptions } from "@assetpack/core/image";` or `import { compress, type CompressOptions...
### Check that this is really a bug - [X] I confirm ### Reproduction link https://codesandbox.io/p/sandbox/swiper-freemode-forked-r569rk?file=%2Findex.html%3A91%2C10 ### Bug description When user scrolls swiper with mouse\trackpad and when main part of...
I use @node.rs/crc32 as a dependency in **Pixi.js AssetPack**. The whole app crashes as in **@node-rs/crc32 node** package in **browser.js** there's ``` export * from '@node-rs/crc32-wasm32-wasi' ``` But any package...
**Is your feature request related to a problem? Please describe.** When manipulating dates I always has to i18n units like days and minutes etc. But it makes sense to add...