Jonathan Piché

Results 31 comments of Jonathan Piché

We are already using semi-automatic versioning using https://github.com/coveooss/pypi-publish-with-poetry -- minor and major are bumped manually as needed, but patches increment automatically. While it does publish an updated `pyproject.toml` to `pypi`,...

> Looks like there is precedence for following the `Location` link to download file content: > > https://github.com/PyGithub/PyGithub/blob/0b8435fccbcc98404f08e146b6e259bd20065c98/github/Repository.py#L2147-L2149 Doing it this way will prevent users from using a streaming response....

This morning I setup a Fluentd server that uses in_forward instead of secure_forward, and tried flooding it again with idle connections. First thing I noticed is that the thread count...

Thanks, We're very eager to try out v14 once it's out of development. Until then we'll modify our clients to be more tolerant for connection issues (i.e. limit the amount...

Just making sure I get this straight: it's impossible to send windows logs to fluentd/td-agent in a secure manner using fluent v14 windows, and because this plugin doesn't follow the...

I appreciate your input, but I don't agree with the shared key adding any assurance; it gives a little more trouble to the hacker of course, but the key probably...

Yes it seems this issue is known, and the workaround is to use v7: https://github.com/tonistiigi/binfmt/issues/240#issuecomment-2669862784 I'm not sure about the future though... I wonder if there was some misunderstanding and...

Thanks for that ref; I suppose this explains the situation? https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/2096782/

Right now it's just noise because we don't enforce clean checks, but eventually, CI should fail when these come up. Being able to ignore a specific check at the line...