Jack Backes
Jack Backes
Consider adding my free and open source git extension "HappyCommit" to your list of tools. HappyCommit can handle diffs of any size. 🎉 Introducing HappyCommit (git commit-gpt) 😊, a free...
Consider adding my free and open source git extension "HappyCommit" to your list of tools. HappyCommit can handle diffs of any size. 🎉 Introducing HappyCommit (git commit-gpt) 😊, a free...
Consider adding my free and open source git extension "HappyCommit" to your list of tools. HappyCommit can handle diffs of any size. 🎉 Introducing HappyCommit (git commit-gpt) 😊, a free...
## PR Info - Test case for: #1920 - Dependencies: None - Dependents: None ## Changes - [ ] Test case for Issue #1920
Right now happycommit errors if it encounters an emoji in your code. Fix this. To replicate... add an emoji to your code and stage it, then `cargo run .` You'll...
Ran `cargo test` and `cargo clippy` -- all tests pass with no warnings or errors.
On Mac, I'd like to override the default behavior and open the browser in the background. This requires the Launch Services flag "DONT_SWITCH". https://docs.rs/launch-services/latest/launch_services/struct.LSLaunchFlags.html https://developer.apple.com/documentation/coreservices/lslaunchflags/1442057-dontswitch I request implementing a builder...