Greg Hurrell
Greg Hurrell
> We guessed to can use service workers Shall we discuss this in a separate ticket? (There are a few trade-offs involved, so probably don't want the conversation buried in...
@diegonvs Can you please address the CI errors? Are there accompanying changes that should go in to liferay-portal at the same time as we ship this? (ie. removing local mocks)...
Retitled this because the fork is now named tinted-vim. I synced over some improvements in: - 8a5c45a (treesitter groups) - a63fc11 (LSP groups) but it's probably worth going over the...
@tymbaca Not sure if you're seeing the same thing I'm seeing, but at least in my case, the problem was my `EndOfBuffer` coloring was showing in the backdrop. I adjusted...
Thanks @JackDanger, I see you're still tweaking this so can you mention me once you take it out of draft so that I can take a proper look at it?
Sorry for letting this one slip through the cracks. The example from the docs (suitable for `init.vim`) is: ```vimscript call clipper#set_invocation('socat - UNIX-CLIENT:/path/to/socket') ``` If you wanted to do that...
So, for now, [the best way to mitigate this kind of thing](https://github.com/wincent/command-t/blob/e4618dc08695fbf3a1171f12e0fc803ac4a3a19b/doc/command-t.txt#L254-L276) is to set [`max_files`](https://github.com/wincent/command-t/blob/e4618dc08695fbf3a1171f12e0fc803ac4a3a19b/doc/command-t.txt#L445-L514) as described in the docs. (This is assuming you're using the Lua implementation.) I...
Just ran into a similar error and had to add a `print()` to determine that it was coming from a "vim" lang query ([details here](https://github.com/neovim/neovim/commit/6b233cd1a1b5caef1437b0b8fcb567a41b4e2337#r162146659)).
FWIW, I wasn't suggesting an alternate be added, but that the existing one be changed.
Funnily enough, I was just playing with [CodingFont](https://www.codingfont.com/) and discovered that one of the fonts, [Anonymous Pro](https://www.marksimonson.com/fonts/view/anonymous-pro/), had a similar situation: > In the earlier fonts, the slashed zero, designed...