Ellen Emilia Anna Zscheile

Results 213 comments of Ellen Emilia Anna Zscheile

Can you point to any documentation / man-page or mailing list post which proves this? I couldn't find anything indicating this association in `kqueue(2)` of FreeBSD 14.2. (It is of...

I've stumbled across this problem while implementing https://codeberg.org/topola/topola/pulls/73, is there some way to move this towards a fix (unfortunately, I don't yet know enough of internals of egui to know...

``` C - Family-neutral IP socket supporting both IPv4 and IPv6 ``` I think it should work to just always set `ipv6 => 1`.

@cormacrelf as far as I remember, counter-points were e.g.: https://github.com/rust-lang/rust/issues/42327#issuecomment-318923393 https://github.com/rust-lang/rust/issues/42327#issuecomment-376772143 e.g. in some cases we want to short-circuit on success or short-circuit in both success and error conditions, and...

@xfix the compiler could easily scan for `await`s in the code, tho, and decide based on that, I don't think it would be a big problem.

Would it be possible to have a proper test for this?

After https://github.com/rust-osdev/ovmf-prebuilt/pull/239 (or such) is merged, it would be probably possible to get rid of the `flate2` dependency of `ureq` entirely.

Okay, I split the part which messes around with dependencies into #2132.

(this would also subsequently massively reduce my concerns about the kernel `xtask` package not being a library which can be linked into build scripts)