prot0man

Results 8 comments of prot0man
trafficstars

I'd love to see this sort of feature! I've worked on a few applications where I had to do some really ugly things to prompt users for mandatory fields. I...

I'm sure that modifying miniz is something that we only want to ever do as a last result to fix critical errors, but what are your thoughts on these modifications...

Also, I have no idea why ubuntu is failing on the runner when it works for me on ubuntu when I do: ``` proto@D:~/repos/zip$ cmake --build build --target test Running...

Also, it has been a nightmare trying to update the CMake config to properly toggle output on failure for the tests. The ideal solution would be to add: ``` list(APPEND...

> > Also, it has been a nightmare trying to update the CMake config to properly toggle output on failure for the tests. The ideal solution would be to add:...

So before we merge this, I should rebase the fixup and add in an additional commit that updates zip.h to document the weird behavior that zip_stream_close frees the original stream...

Went ahead and rebased and documented the wonky behavior.

This is more of a difference between read and write though. Like if you're only opening with read permissions, then the stream pointer will definitely never be modified. But for...