Jeremiah Senkpiel

Results 518 comments of Jeremiah Senkpiel

> Too error-prone. If you make a typo, or remove a variant from the enum but not the match, then you'll get incorrect behaviour, because Rust would treat the corresponding...

+1, So long as it's linked to in a nice way from the main comic page. Unless we just want to mix them in with the comics, which might work...

Now that `fish` is integrated it seem like it would be a good time to look at this again?

In the past, http-rs held tight to disallowing things disallowed by existing http rfcs. However in [RFC 9110 "HTTP Semantics" (June 2022)](https://www.rfc-editor.org/rfc/rfc9110.html) under the ["Field Values" (5.5) section](https://www.rfc-editor.org/rfc/rfc9110.html#name-field-values) it says:...

I think the getters is the wrong approach. I came to this library for performance and simplicity. I think if you need this more advanced api stuff using one of...

Is the premise here that `cargo metadata` or similar does not give enough information for this to be implemented fully as a crate (such as for `cargo-bom`)? Or that it...

Your rendered link is broken

What is the backwards compatibility story on this?

> Offer another multithreaded executor that pins tasks to threads. Interestingly, this is an option that CloudFlare's [`pingora`](https://github.com/cloudflare/pingora) async runtime supports (built on top of tokio). And their runtime has...

This still need more discussion. Also, it should probably be PR'd to the io.js repo for now.