Steven Trotter

Results 19 comments of Steven Trotter

I would very much like to see this also. Mocktopus is great at preventing some things having to be called but it would be v nice to be able to...

Fixed the other tests that weren't showing up correctly. I still think I'd like to do a proper review myself before taking this out of Draft status, but I believe...

Just pushed the latest changes. I think this is better now, might be a few tweaks but hopefully this is closer to the right way to implement this. Will have...

I believe this is better now. I'm happy for this to be reviewed again. Thanks for bearing with me while I found time to sort this properly.

I'm pretty sure I've hit exactly this with a plugin I wrote in Rust and it seems to be down to how Rust chooses to flush it's buffers. I've tracked...

Thanks for raising the issue. Neovim is currently not something I either use or have investigated as part of this work but I'd be happy if it could. My only...

Pleasure, thanks for looking into it. I basically learned Rust by writing this, I'm no Rust expert but learned an awful lot by doing this. Possibly Go would have been...

Also a warning that I'm currently trying to refactor the `padre` command heavily by upgrading Tokio 0.1 to 0.2. There's been a heavy focus on Rust to get Async stuff...

No worries at all. Whenever you have time it is appreciated. If that turns out to be never I completely understand that too. Good luck with your exams.

Oh and yes you're basically right, Rust doesn't really do that much above what C++11 gives you as I understand but it gives you it both by default and by...