Diego Perini
Diego Perini
I confirm this happens on Samsung S10.
I stumbled upon [this](https://github.com/nayafia/contributing-template). It maybe overkill to include all the headlines but at least it looks like a good start.
https://github.com/WritingMinds/ffmpeg-android-java/issues/107#issuecomment-324685367 Here is the example.
`npm install && npm run make` failed on my computer, thus Travis is angry with me I guess.
Do this if it's not a bottleneck for you: `const fileBuffer = await zip.generateAsync({ platform:'UNIX', type: 'nodebuffer' })`
These examples don't take symlinks into account. Here is my typescript solution: ```typescript const getFilePathsRecursively = (dir: string): string[] => { if (isBrowser()) { throw new Error('getFilePathsRecursively is not supported...
> Nice @DesignByOnyx ! I am going to try your solution. Maybe improve it somehow to support **symlinks** as well? That would be pretty neat! > > @diegoperini Does this...
> @diegoperini can you close this? Would be good to merge the changes into main now. Yes. David has a new PR which incorporate dproxy changes for the merge to...