William Boman

Results 267 comments of William Boman
trafficstars

From what I can tell, these tools are bundled with the core distribution of Nim itself?

> It should be possible to get the pre-built version by extracting the vscode extension, but it also relies on a shell script to start the program. I was trying...

Let's wait for a while and see what the response is over at https://github.com/georgewfraser/java-language-server/issues/233, thanks for looking into this!

Closing this as packages are no longer added to this registry, see instead https://github.com/mason-org/mason-registry/.

Added in https://github.com/mason-org/mason-registry/pull/1017

Hey! Do I understand you correctly that this error occur immediately when you launch Neovim? Hm, Mason [does very little at startup](https://github.com/williamboman/mason.nvim/blob/main/lua/mason/init.lua#L17-L30). Do you use any other plugins or do...

Thanks for the details! I was actually able to reproduce this unintentionally the other day, I think we've been able to pinpoint the issue to be with checking new package...

What log level do you have configured for Mason? If it's DEBUG or TRACE, try removing it or setting it to `vim.log.levels.INFO` (default): ```lua require("mason").setup { log_level = vim.log.levels.INFO, }...

FWIW: I redownloaded the following libraries (as listed in the README) and it fixed things for me: - [loader-core](https://github.com/gw2-addon-loader/loader-core) (I skipped `d3d11.dll` because arcdps) - [d3d9_wrapper](https://github.com/gw2-addon-loader/d3d9_wrapper) (not sure this one's...

Added in https://github.com/mason-org/mason-registry/pull/1294