Eirik A
Eirik A
Sorry for the slow responses here. This is ultimately great. Have approved it so merge if you are happy, otherwise there's a bit of bikeshedding in the comments (closed all...
Having thought about this some more. You seem unsure about this as well (since it is still here), and there are some downsides to this that is making me more...
> The issue is that `exec` can't be performed over http. It used to require SPDY (which is now deprecated) and now relies on websockets. Hence, an attempt to send...
`0.46.0` introduces the `ws` feature using `async-tungstenite` to pave the way for the last subresources listed above. Have updated the issue slightly. Implementations of the last ws-based subresources can look...
Yeah, that sounds sensible. Listening sounds like an application concern. In an example we can maybe use `TcpListener` or something and direct it to the writable stream to show how...
Yeah, I think the client grading document is a thing they they wrote and applied to the clients they generated themselves. It technically doesn't apply to us (because we don't...
It's probably just that no one has asked for it yet. It actually looks very simple. I can have a go at adding it.
Eviction handled in #393
@jmintb Go for it!
I think the idea of doing this makes perfect sense, there are plenty of sensible use-cases where users need to maintain their own cache like things when we already do...