David Roundy

Results 154 comments of David Roundy

Is there a reason you couldn't change from ``` pub async fn next Result where T: Deserialize(&'a mut self) -> Result where T: Deserialize

I use the ctrlc crate, which is not a complete solution, but is moving towards handling more than just SIGINT.

I should probably add that this problem surfaced with the upgrade from `axum-server` 0.5.1 to `axum-server 0.6.0, which happened at the same time as a move to `axum` 0.7.4`, in...

It seems like it might be an even nicer API if there were different traits for filesystems that implement unlinking and/or renaming versus those that do not. Then the API...

Control h is backspace in ASCII, so perhaps a translation is in order? On Sun, Oct 4, 2015, 5:36 AM Katze [email protected] wrote: > Tested using: > - desktop >...

I'll add to this that I really like the idea of using a channel for the event stream.

I agree that native Windows support would be great, although I also have no windows background nor a windows computer. Possibly someone could copy what is being done on rustbox...

Thanks for the rapid response! Maybe I can take a look tomorrow. I'll have to take a look at the lower level API. Do you think this could be added...

Perhaps you could just provide a mechanism to opt out of `?` interpolation? I've implemented the necessary escaping in my query generation (replacing ? with `\xx` style escape), so this...