Results 12 comments of Eli Lipsitz

I too am interested in this port. What else needs to be done? Anything other people can work on?

Ah yep, disabling that seems to fix the issue.

One more thing to note -- it looks like `git amend` always captures a snapshot, even when that config option is set to false. Consequently, `git amend` when there are...

That doesn't actually help with this, right? Looks like that file is only created when there's an issue with `git reword`, not as the file that `git reword` opens in...

To configure Vim to use syntax highlighting after that commit, add this to your `.vimrc`: ``` autocmd BufNewFile,BufRead COMMIT_EDITMSG-*.txt set ft=gitcommit ```

Can you link me to the part of the website that describes how to transfer mobile auth?

Unfortunately I don't know my way around macOS development either. Since ShiftIt seems to work mostly fine, perhaps effort would be better spent on getting a similarly simple but useful...

Ah -- it seems someone noticed and fixed this in esp-idf, but the fix is only in esp-idf v5.2: https://github.com/espressif/esp-idf/commit/562bb6783a4f4dad39be98823992e4105b42bc87

I put up a PR against esp-idf to backport this fix: https://github.com/espressif/esp-idf/pull/14633 But perhaps this project should update CI to use v5.2?