Justin Su

Results 199 comments of Justin Su

I built https://github.com/fish-shell/fish-shell/commit/4664a0b52f6ea92c8d19b935b52aafcdd3798905 and played around with it. I also noticed that `fish_key_reader` now prints `bind up 'do something'` for both Up and cmd+Up. So I changed up my test...

Based on https://fishshell.com/docs/current/cmds/commandline.html: > **-S** or **--search-mode** > Evaluates to true if the commandline is performing a history search. Exiting history search at the end _feels_ like the natural thing...

This isn't completely fixed until https://github.com/Homebrew/homebrew-core/pull/176589 is merged, and that seems to be stuck because of CI failures. I don't seem to be able to reopen this issue though.

Adding a screenshot of `man ls`, which has examples of `-f|--foo` and `--foo=bar`:

I think `comments-time-machine-links` might need changes for the new issues. If I comment this: ``` @injust testing ``` And then Quote reply, I get this: ``` > [@injust](https://github.com/injust?rgh-link-date=2025-01-17T10%3A58%3A26.000Z) testing ```...

> On Windows delta sets the console codepage to UTF8 even when stdout is not a tty, which causes issues when piped to other applications Just to clarify: For my...

I also can't figure out a wildcard pattern to exclude all `.yml` files. `**/*.yml` doesn't match files in `.github/`. I ended up having to to exclude `.github/**/*.yml` specifically.

This is a [documented feature](https://zed.dev/docs/languages/html) and not a bug. I also don't observe any behaviour change in 0.208.4, but I tested on macOS.

@l-armstrong I haven't found time to work on this. If you'd like to contribute, please go for it!