coderaiser

Results 257 comments of coderaiser

There is now such a feature, but that's a good idea for a PR https://github.com/coderaiser/redzip/blob/master/lib/local/index.js#L35-L57

It should work for local files (no zip) https://github.com/coderaiser/redzip/blob/master/lib/local/index.js#L50-L52 https://github.com/coderaiser/node-copymitter/blob/master/lib/copymitter.js#L223-L230

As I see it should just work, is it works for you @rodrigohess?

There was such an error in #389, but it was fixed, is this also reproduced when you have much more files? How many percent you abort on? If it `99%`...

You can add test here https://github.com/cloudcmd/move-files, better to keep files size minimal (couple kb).

Could you reproduce the same with lots of small files? around 100.

Closed due to a long time of inactivity 🏝

Nice, thank you! Have you checked if it's working?

I have next error: ![image](https://github.com/coderaiser/cloudcmd/assets/1573141/5b2156f3-6e2c-4dfd-9a81-38f9fa6a383f)

I have a service worker file I want to register ``` entry: join(__dirname, '..', 'client', 'sw', 'sw.js'), ``` You just remove it, how should it be handled as service worker?