Ilya Grigoriev
Ilya Grigoriev
Hmm, weird. Maybe it's because I'm on nightly jj? I use ARM Mac OS Sonoma, tmux, fish shell. Though I also might have `SHELL=dash` set.
I think it's something about my config. `JJ_CONFIG=/dev/null lazyjj` seems to fix it (note the longer email addresses).
My current config: https://gist.github.com/ilyagr/9f214ac8d0bd8211170979de44602906
Actually, I suddenly have trouble reproducing it as well. I'm not sure what changed.
Good to know you'd be interested. It is a small change. I don't want to over-promise, but I will hopefully get around to it at some point unless somebody else...
This seems blocked on https://github.com/cargo-bins/cargo-binstall/issues/2119. Or, you could store the files as uncompressed in releases. I would guess (but haven't checked), browsers will use compression when downloading anyway. A more...
I just meant that if you rename the command to `PrintMarksAndExit` (which would make it obvious that the command exits), this would introduce the issue that the `g` key binding...
I agree that `GenerateAndExit` is a lot better than the current `Generate`. Good point! To me, `PrintMarksAndExit` is still clearer than `GenerateAndExit` for new users, but the benefit is less...
My current thoughts about this are: - This is useful to me, and was just suggested in #4179. Also, #4179 suggested another use-case for this (use-case #2 in there) that...
I think it makes sense to label this option as "Experimental", since I think the way it treats descriptions will change later, and perhaps we find a better approach for...