Jacob Rothstein
Jacob Rothstein
lsp-mode + rust-analyzer do not pick up changes made to Cargo.toml within a cargo workspace on MacOS
_Edit_: This seems to be specifically true for cargo workspaces. I'm not sure if this is a bug report, feature request, or a configuration problem on my end. I've been...
I'm trying to understand how and if users are intended to express a set of element handlers to be reused on multiple inputs, across multiple threads. In particular, I'm interested...
[WakerSet](https://github.com/async-rs/async-std/blob/master/src/sync/waker_set.rs) implements its own atomic locking mechanism but is not Send or Sync. The use of it in async-std [is accompanied by](https://github.com/async-rs/async-std/blob/master/src/sync/condvar.rs#L63-L64) unsafe impl Send and Sync for containing types,...
I have some code that implements this using wrapper types, but would really love for a trait like this to exist: A proposed `async-tls-acceptor` crate that publishes this trait: ```rust...
By default, trillium will bind to localhost:8080, but will pick up HOST and PORT env vars if needed
### Brief summary Background: Barbara considers writing a new futures-compatible executor to fill a niche in the executor landscape Aspect relevant to wg: Barbara hesitates / decides not to, for...
This would entail an external crate that provides a surf middleware with two modes (or potentially two different middlewares) When it's in recording mode, it transparently writes all requests and...
the isahc client seems to hang indefinitely when speaking to an async-h1 based server when there is a request body
with this change, frameworks can specify if they need any or all of these constraints, like `SessionStore + Send + Sync + 'static` closes #33