Pierre Tachoire
Pierre Tachoire
I think it will be useful to have a simple sample of a scenario
I'm not a font specialist, but you could use a volume instead to load the fonts dynamically into the dir`/usr/share/fonts/` of the container. But that's mean you should also run...
Or maybe using a volume to share your "compiled" fonts from your computer to the container to avoid the `fc-cache` at runtime ? I don't know if it's possible...
Hello, I encounter this issue a lot in my use case :/ I understand the bug come from php, but do you have any idea of a workaround I could...
Could you add a test to check your change please ? Thank you
Hello, I have the same zls crash using nvim + coc.nvim. ### Zig Version 0.11.0-dev.4404+4f6013bf5 ### Zig Language Server Version 0.11.0-dev.632+4aa4bd7 ### Steps to Reproduce Starting from this code source:...
I tried to debug by modifiing the zls code source: ```diff diff --git a/src/offsets.zig b/src/offsets.zig index 0c901d0..09626de 100644 --- a/src/offsets.zig +++ b/src/offsets.zig @@ -46,6 +46,9 @@ pub fn positionToIndex(text: []const...
When I disable the `inlayHint` in the coc config, zls no longer crashes. It looks like the inlay hint request is sent before the notification change :thinking:
As far as I can see (but not sure at all), go pls returns an error in this case: https://github.com/golang/tools/blob/master/gopls/internal/lsp/protocol/mapper.go#L359-L360