Juan Ibiapina

Results 59 comments of Juan Ibiapina

Still present in `zsh 5.7.1 (x86_64-apple-darwin17.7.0)` installed with `homebrew`

Is this the solution to use `zsh` from `brew` and include it in `/etc/shells`? That's my default setup for many years.

Sorry about the confusion, this is not related to prezto. It's still a zsh bug.

I would like to, but I unfortunately I don't have the time right now.

Looking at the code it seems the change is not trivial (for me) because jobs are grouped by timestamp. I don't know exactly what this grouping by timestamp achieves, so...

A simpler thing would probably be to remove this timestamp logic and only list jobs, but that would change the pagination logic as well. No idea how to proceed.

I would do this differently (after checking that the license allows it). I would keep the new repo attached to this one (as a fork on github), to make it...

For me it fails with ruby 3.0 but works with ruby 3.1 in nix (without exporting any variables or changing anything).

You can also declare the actual type of the function, which helps catch errors in more complex cases. This issue was helpful though.

I think it makes a lot of sense, thanks for asking.