Ellen Emilia Anna Zscheile

Results 213 comments of Ellen Emilia Anna Zscheile

I tried to restructure and refactor this crate, WIP version @ https://github.com/YZITE/futures-codec (which e.g. gets rid of the `Unpin` requirement)

ah sorry, moved it here: https://github.com/YZITE/futures/tree/main/crates/codec

@RagnarGrootKoerkamp that sounds like it is unrelated to flattening, does it work when you just try to deserialize that string as `Inner` (because it that fails with the same error,...

A fully generic channel looks a like a bit too much, why not e.g. a once_cell, an event and a flag (or just some kind of one-shot channel with clonable...

ok, oh some additional prior art would also be https://github.com/YZITE/server-executor, which I wrote to have an executor for tests, simple async servers, etc.

In light of recent developments (https://gist.github.com/thesamesam/223949d5a074ebc3dce9ee78baad9e27), it appears that it would be a better idea to inline `sd_notify` instead and not link to systemd at all. (of course, this isn't...

It has been brought to my attention that this breaks on non-glibc systems: https://github.com/void-linux/void-packages/blob/7363f7aa5bb16315672103af2a2227c9ff33bd2b/srcpkgs/openssh/patches/musl-connect.patch

So uhh did anyone file an Electron/chromium issue for that?

Example: https://files.pythonhosted.org/packages/01/6b/11c4438d4bd4e174b2b2f14455a4356b392f0d477a20c369b58c66157e59/APC_Temp_fetch-0.0.4-py3-none-any.whl Results in just the entrypoint `apc_tempf`, but pip produces `APC_Tempf` and `APC_Tempstfe` as expected...