Sơn Trần-Nguyễn

Results 36 comments of Sơn Trần-Nguyễn

It depends on your router, but I would think trying to call the handler directly would be more performant than going through a HTTP request. You already have the mapping...

@jowi-dev I'd love your help on this!

Hi there, First, thank you for contributing! I really appreciate your efforts into it. However, I do notice you have been experiencing issues getting the tests to work implementing this...

Hi @nbw . With the lack of communication from @ReneKl , it's hard for me to figure out what this PR does. I have spent some time looking through the...

> So if I get it right, you have access to unencrypted user data ; your plan is to let the users input a password or a key, zip their...

I think basic encryption is fine. They are currently fine without encryption :), so the extra protection layer is a peace of mind to have. I agree that many users...

I also would like to know if there is any roadblock from getting this to merge.

@komal2694, you need to use all the points, not just two.

Thanks for the first steps! One thing that occurs to me is that by adding the input files into an archive stream, we essentially lose the size, as the final...

`zip_size = num_of_files * (30 + 16 + 46) + 2 * total_length_of_filenames + total_size_of_files + 22` for a copy-only archive. Sounds simple enough :) There are of course differences...