Tim Oram
Tim Oram
I ended up having to write something to handle WebSockets: https://github.com/MitMaro/node-server-shutdown
This is now unblocked as git2-rs has been updated to the latest version.
Good idea! There's already #237, but I think being able to search a patch also makes sense. I've done some initial work on #237 over the past year, and it...
I really like this idea and I wish I had thought of it myself!
Thanks for the report! This is interesting. I just gave a test on Linux, but it doesn't seem to happen there. It's probably a macOS specific bug, which are always...
I looked into the problem, and it seems that this is an [upstream issue](https://github.com/crossterm-rs/crossterm/issues/500) that is currently blocked by another [upstream issue](https://github.com/tokio-rs/mio/issues/1377). With the latest release, this project started to...
That's an interesting idea, though I agree that was the current architecture it's a bit complicated. Let me think about to integrate custom actions could work. I do like the...
I can get behind that idea, of only allowing those options in the context of git-revise. Essentially, providing first-class support for git-revise when the git revise file exists, and hiding...
@da-x I think this is a great idea and @koreno 's idea of showing the conflicting files in the diff view is also great! I am also working on a...
I took a stab as this recently, but the https://github.com/rust-lang/git2-rs library doesn't have a nice way to do this in memory. I am reluctant to make changes to the working...