Zoey Hewll

Results 55 comments of Zoey Hewll

I think it would be nice (though I don't know how the implementation would go) if `do -i` and `do -c` would preserve the exit code in some way, or...

The example given in the book doesn't work in scripts for me - if the code is non-zero, it counts as an error and quits the script: ``` > def...

@fdncred please see my earlier comment: > I think it would be nice (though I don't know how the implementation would go) if `do -i` and `do -c` would preserve...

Potentially, the management of marked indices could also be delegated to ArrayController, but I am unclear how marking works, and what the meaning of each index/value is in the list...

Regarding the "soft-wrapped newline" symbol, you can configure that to any string you like using `editor.soft-wrap.wrap-indicator` in your `config.toml`. I personally like seeing it, but if you want to turn...

I've reproduced the issue in `jj` version `0.16.0`: `Error: Failed to import refs from underlying Git repo` The above-mentioned [change to `libgit2`](https://github.com/libgit2/libgit2/pull/6396) was incorporated in [`libgit2` version `1.7.0`](https://github.com/libgit2/libgit2/releases/tag/v1.7.0). According to...

Just tested locally in version 0.15.1-bf76080f42f77cad934d9a5202c7b7d29ab2c890. Running `jj move -i` and: - not selecting anything - selecting all but empty files Leads to the expected behaviour: i.e. only the selected...

Is this only an aesthetic improvement? In my mind, the current spinner presents semantic information that is lost if it always updates: - currently: - the spinner's presence indicates that...

I've never encountered narrowing before, but from googling it just now, it seems like it might serve a different use case than folding, and maybe they could both be added?