Results 231 comments of Luke Frisken

Probably this will be difficult to fix, and it would be better to document this method and its assumptions a bit better.

Something that came up during discussions with @ibaryshnikov was the need for transactional changes to the files on disk (#372 ), the ability to roll back if there is a...

additionally it supports a bookmark set per git branch which I get a lot of use out of

Another reason to have work happening in the remote environment (aside from more available RAM and CPU in a remote server than on a low end laptop) is when you...

I suppose, just like a task priority proposal for tokio itself https://github.com/tokio-rs/tokio/issues/3150 (as mentioned https://github.com/tokio-rs/tokio/issues/3242#issuecomment-747765790 ), such a system is likely to want a custom scheduler to suite a specific...

I haven't looked into it in detail, but perhaps something like this could be achieved, at least proof of concept using a wrapper around the pool?

Personal note, I guess workspace support should also pay attention to the changes made in #93