ethanmsl
ethanmsl
I'd like to suggest that this limitation of libgit2 be noted more clearly somewhere. (and this thread left as something other than _closed_, I think -- since it's a user-impacting...
**Intell** chip macOS Monterey (12.5.1) +1, & that work-around (calling bandwhich, but sending stderr stream to nega-zone) also works for me -- as in formatting is correct; I can't speak...
Just +1'ing that experience. Intel Processor, macOS Monterey. WezTerm & default terminal (not that one would expect those to have an effect) I'll add that **resizing** windows causes the errors...
🎊 @ fix announced in #216 (does indeed seem to be working here mac M2 os13.5) Thanks & Congrats Edit: The above comment applies to main branch: (`ead54b6` Sept. 2023)...
Just to follow up on @helpmefindaname's very helpful script (*ty* @ **helpmfn**!). If you have an unstable connection, even just for a brief period, you might need to be doing...
@AugustoFKL I can't find formal note of this as style, but it is the style of basically all rust examples. `assert!(`**result**`, ` **expected**`)` see, for example here in [Rust std...
Yes, I saw that after posting, and, just looking now found a couple more. These are very much int he minority style, but it prompted me to search a bit...
1. `showkey` isn't available on mac (in zsh, bash, or fish). 2. The C code from http://catb.org/esr/showkey/ can be downloaded, compiled, and run in terminal, but it doesn't output the...
On further reading this what Helix is doing is the standard for most CLI programs. Mac `Opt` is different than `Alt` (with behavior like accenting characters). And terminal emulators that...
@rcorre according to change log `20200620-160318-e00b076c`: > The default behavior on these systems is > `send_composed_key_when_left_alt_is_pressed=false` > and > `send_composed_key_when_right_alt_is_pressed=true` Yielding one that defaults to standard alt (left) and one...