Gianni Tedesco

Results 26 comments of Gianni Tedesco

DNF maintainers say that DNF does not check https certs, and will even allow redirects to non-http sites: see https://bugzilla.redhat.com/show_bug.cgi

Oh woops, sorry, copy&paste snafu: https://bugzilla.redhat.com/show_bug.cgi?id=1878595 Yeah, I think if you get the ssl cert validated to the installed ssl chain of trust then that would be a ~find~ fine...

This problem is exacerbated if the bitmap is stored inside a much larger file without a size field which might allow slicing out only the bitmap bytes. It might be...

Yes, it's planned for the higher level `Minotaur` object, at the moment it's very vague, I haven't honed in on what I think would be the long-term stable interface for...

Yeah, I think at that point it must make sure `CREATE|DELETE|RENAME_FROM|RENAME_TO` are added in to the mask, then it needs to add the watch, then do a `scandir()` to recurse...

Dillon, you sunnofabitch!

@bnoordhuis no problems, I plan to update it soon but... if the env var is no good is there any other form that would be acceptable? Perhaps it needs some...

@victorjulien the pattern that's being fixed is definitely wrong, but what's happening is that another more general pattern is overriding it in this test. I need to get back into...

It all sounds fair. That's what I was saying above about a new call which would be like `bool uv_reap_process(uv_loop_t *loop, pid_t pid)` (names/types as appropriate) which would scan the...

Maybe context managers would be nice too, that'd make it clear.