François Billioud
François Billioud
The fix has been released in v1.19.19. Please, open tickets directly on our repo there. Will be easier to track.
@PhakornKiong What an incredible job! Maybe, while this processes until merge, can you release your fork on npm?
For Node users: ```js /** * Convert a path to a DOS compatible path. * This pattern is named as 8.3 filename (https://en.wikipedia.org/wiki/8.3_filename) * MS official docs: https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-fscc/18e63b13-ba43-4f5f-a5b7-11e871b71f14 * @param...
What worked for me was to run `peek -b ffmpeg`
> Yes, `peek -b ffmpeg` works. But how can I set this flag as default? It's tough to run via terminal every time. https://linuxize.com/post/how-to-create-bash-aliases/
What worked for me was to run `peek -b ffmpeg`
In the meantime, people needing this can switch to [@cantoo/jszip](https://www.npmjs.com/package/@cantoo/jszip) that is aligned with the version 3.10.1 and includes that fix. We will try to maintain it our best until...
@daddou-ma Hum... I'm afraid that those props are actually available only on the web implementation that I did. If you want to use them on mobile, use [this](https://github.com/Sharcoux/slider). We maintain...
I would advice to switch to a full RN implementation instead of fighting to maintain 3 implementations... There is [this project](https://www.npmjs.com/package/@sharcoux/slider) that does it, but if you really want to...
Hi @BartoszKlonowski If the development is back on, I'll be more than happy to help, and I can update the web implementation. The issue with the current lib is that...