Tim Oram
Tim Oram
Hey @jubalh , sadly I ran out of time at the end of March, but I've started working on cutting a new release with the progress being tracking in #915....
I've just released version 2.4.0, which should address the build issues in homebrew. As part of this release, I've greatly loosened the lint checks that occur during a regular build,...
I took an attempt at this feature over the past couple weeks, and it's a bit more complicated than it would first appear. While it's trivial to immediately load the...
This is due to https://github.com/rust-lang/rust/issues/57497, but I thought the usage of [Cross](https://github.com/cross-rs/cross) should have fixed it, so it may also be https://github.com/cross-rs/cross/issues/724. I'll need to reproduce the problem outside the...
As of #973, Linux builds are now using fully static binaries and should no longer depend on a dynamic version of libc. I still need to do some verification of...
Initially, my recommendation was that everyone should start using a general purpose editor before using this tool. However, the options provided as part of interactive rebase has expanded since this...
I'm marking this as "breaking" for the moment, though I know it's not actually breaking. I plan to "rework" all keybindings soon, and this would be part of that work.
This is a result of capturing the mouse to enable the scroll wheel to work. Some platforms/terminals do not report events to scroll without the capture. As you discovered, many...
Looks like this is caused/blocked by https://github.com/rust-lang/git2-rs/issues/1090 If the git2-rs project adds experimental support, I will enable it here as well. Thanks for the report!
👋🏼 Thanks @pickx for the changes! I've taken a brief look, I may request some of these be broken out into separate pull requests. Some of the changes I am...