Philip Zeyliger

Results 5 comments of Philip Zeyliger

It's very dangerous (from a programming practice and hair-pulling perspective) to use mutable objects as defaults in python. Those get evaluated once, when python runs through that function the first...

Both Gzip and Brotli have different "compression" settings. I believe Brotli defaults to maximum compression, whereas gzip doesn't. In my experiments, when I tuned Brotli to more middle-of-the-road compression, the...

I'm interested in dropping `undefined` as well! Cheers!

Restarting sshpiper kills all existing SSH connections, i assume, so I'd like to be able to deploy some changes without restarting. In this case, my issue was simpler. I'm developing...

https://github.com/kata-containers/kata-containers/issues/7968 seems similar.