Daniel Schmid

Results 12 comments of Daniel Schmid

I can confirm this issue (also with VS 2019 and VS 2022): * Shortcuts do not work * Toolbar does not work * Buttons in the margin diffs work, though...

Have a look at this PR I opened recently: https://github.com/rafamadriz/friendly-snippets/pull/386. It just adds an UUIDv4 snippet in the global scope. Is this what you're looking for?

That's strange, I use it like that with Neovim + nvim-cmp + LuaSnip without issues. Do other LSP builtin variables ([1], [2]) work for you (e.g. [date](https://github.com/rafamadriz/friendly-snippets/blob/main/snippets/global.json#L16) snippet)? I'm not...

I think the problem is that you use the `main` branch of my fork. But the uuid snippet is in the branch `feature/global-uuid`: https://github.com/ybc37/friendly-snippets/tree/feature/global-uuid I guess something like that should...

I'm also affected and can add that I relatively often delete items from the history (`history delete ...`). @jacobsa also [mentioned](https://github.com/fish-shell/fish-shell/issues/10300#issuecomment-1950405079) that he deleted items (though directly in the file)....

I found a similar bug when using wildcards in `.gitignore`. Let me know, if I should open a new issue. Script to reproduce the bug: ```sh #!/usr/bin/env sh mkdir -p...

Actually, I just realized that the wildcard isn't even needed. The bug is reproducible with a `.gitignore` containing `/foo/bar/baz.txt` (see script in my previous comment).

There seems to be effort to implement Sixel in tmux. The branch is quite active: https://github.com/tmux/tmux/commits/sixel Also, there is a discussion about it: https://github.com/orgs/tmux/discussions/3565 (I'm just an interested observer, so...

Thanks for pointing that out. Just want to add a similar, but slightly different perspective: I also prefer a quiet UI, so I also set `signcolumn` to `yes`, but more...

> This can be closed as there's perfectly good solution - piping to bat or richify That's true for `prompt`, but there's no solution for `chat`.