-
I have been trying to set up lsp for clarity in neovim and I can't get it to work. I have tried different method and none of it is working
this is what I currently have
```lua
{
"neovim/nvim-lspco…
-
I've been trying to work with the qemu module in my own repo to get the qemu-user stuff working, using this as a basis. However the qemu package isn't being built properly, it seems if I change the ov…
-
Libraries like harfbuzz do not put `-DNDEBUG` in the compiler flags by defaults, which leaves `assert` live. For release builds we should ensure `asserts` are removed for best perf. Instead of adding …
-
Presently, `map.table` is default initialized, but it is running into issue #15929. A suggested workaround was to instead declare it as:
```chapel
var table = new chpl__hashtable(keyType, valTyp…
-
I don't want to clutter up the recipes themselves with photos, but it might be cool to have them added to the frontmatter somehow and then build a page with all the photos linked to the recipes themse…
-
Shortly after writing a snapshot, Revit becomes unresponsive. A couple seconds later it crashes with a hard crash (no bug report window, journaling ends abruptly). I can provide journals if needed. We…
-
Master ticket to capture ideas to improve build scripts
- different overall approach
- port to mason https://github.com/mapbox/windows-builds/issues/25
- use alternative utilities, e.g. msys: http…
-
We currently have support for multi-process PgBouncer using `so_reuseport`, but actual multi-threading is preferable since it is not super easy to set up `so_reuseport` together with `peering`. Also, …
-
I'm getting the following errors:
```
Error 10:58:25 AM msg_show.lua_error Error executing vim.schedule lua callback: ...re/nvim/lazy/nvim-navbuddy/lua/nvim-navbuddy/display.lua:39: 'replacemen…
-
### Description
I have this config for `tsserver` and `denolsp`:
```lua
-- local on_attach = require("lsp.lsp-setup").on_attach
local setup = require("lsp.lsp-setup")
local nvim_lsp = require("ls…