Jean Paze
Jean Paze
Any update on that? I'd really appreciate that feature as well.
Any update on that? I'd really appreciate that feature as well. I'm trying to use [this lib](https://github.com/Ne-Lexa/php-zip) but it did not work well in my case (with Nextcloud). Timeout issues...
Hi @peter279k, I've seen a couple of messages from you in some other repos. We pretty much want the same feature. I tried to mess around the code but as...
Good point @NicolasCARPi. For context (in my case), I want to offer confidentiality for people that download files from my cloud server. That said, I know that just password protection...
1 - I'm using 3.3.0 2 - Understandable but I still have the same issue with 7zip cli - 502 bad gateway. How about queues? Do you have any example?...
Coincidentally, I went through this issue yesterday. I solved in two steps using the latest version (0.6.4): - Commenting on line 379: // if (typeof window == undefined!) Return; -...
I can confirm, this is also happening to me. Previously this test was working: `expect(response.headers.get("Content-Type")).toBe("text/html");` But started to fail with version `2.4.4` and above: ``` - Expected: "text/html" + Received:...