Johannes Altmanninger

Results 733 comments of Johannes Altmanninger

But still, if there are meaningful difference between remote and local filesystems, I don't think applications should be required to list all possible local filesystems. I'm not sure if we...

you can use something like ``` mkdir build cd build cmake .. -DCMAKE_INSTALL_PREFIX="$HOME"/.local && make && make install ```

thanks, are you planning to use this somewhere? I wonder if fish wants to use the PyPA version, probably not because it adds extra steps as opposed to vendoring; I...

> If a test exits non-zero, littlecheck will report success, as long > as all `CHECK` and `CHECKERR` comments were matched. I'm not sure > if this is intentional, but...

> I'm storing most of my dotfiles (including the fish config) in a version control repository and sharing them across all my computers. I don't have the same usernames across...

We used to have a command that would give you the raw LSP responses (removed in c08c19476 (Remove lsp-connect, 2024-03-11)). We can probably expose similar information in a safer and...

no need to deviate from a spec for that, and I think I also prefer the behavior you suggest (the existing behavior was a quick hack I barely used), so...

Nice find. The docs are an accurate description of the behavior (historical reasons / many cooks). Based on past experience, we try to make sure there's not gonna be too...

Since this was added in a2b30053dc7 (Teach fish_indent about our feature flags, 2021-07-10) only for the `ampersand-nobg-in-token` feature. This feature is on now, and no other feature needs it, but...