Julik Tarkhanov
Julik Tarkhanov
Imagine one worker (let's call it "Worker O") has `Job{width, height}`. Another worker (which we'll call "Worker N") has `Job{width, height, bit_depth}`. Imagine "Worker O" receives a Job with a...
Hi! From the list of middleware it might be useful to find out whether any of these caches the response body. I would remove some of them, or mount your...
That is: we might need to revert https://github.com/WeTransfer/zip_tricks/pull/74 (and the change there makes zip_tricks do the same thing zipline does)
FWIW I have also encountered errors using ZipTricks with Rails, but not of my own doing - it seems the entire `ActionController::Live` setup is broken because it wants to run...
@vassebas @taylorthurlow this should be solved in https://github.com/julik/zip_kit and if you are using zipline it is soon going to use that.
When we built zip_tricks we haven't considered it because "traditional" ZIP encryption is very weak and is mostly security theater at this point. AES256 would be safer https://superuser.com/a/129504/88118 but we...
@krasnoukhov if that is still relevant feel free to continue the conversation in https://github.com/julik/zip_kit/issues
This includes #58 fwiw
@felixbuenemann @denysivanov wdyt?
Sadly Grape does not support ActionController methods, so `zipline()` won't work there. The `Zipline` module relies on a number of methods being available on ActionController and uses them. You need...