William Boman
William Boman
> When you say UI issue, do you mean display issue? Because unfortunately, it is not just a display issue. Yep basically just the UI state not correctly representing the...
Hey @its-mr-gray, thanks for reporting! Do you have any of the following tools installed on your system: - Powershell (or pwsh.exe) - wget - curl The health check usually provides...
Hey and thanks for reporting! So for starters the java-language-server unfortunately requires Bash to be installed, even on Windows. It seems like you have Bash installed so that's not the...
Hello! Yeah this issue is somewhat unique to jdtls due to how they version their releases. Every release contains a timestamp (e.g. `1.27.1-202309140221`) which makes it not feasible to support...
If you want to support older versions I'd very much appreciate a PR to the registry to add them. You can use the [angular-language-server](https://github.com/mason-org/mason-registry/blob/74126dd46a91020e6b4a85e0679784d42451185d/packages/angular-language-server/package.yaml#L19-L58) as reference. edit: I just realized...
Hello! Ah yeah versions should not target mutable references, such as the `latest` tag in this case. https://github.com/mason-org/mason-registry/pull/2512 changes to use commit SHAs instead. Ideally they'd tag immutable releases
While it's possible to modify release assets after publishing them to GitHub, they are treated as immutable. Having additional logic and features that track changes to the digests of artifacts...
Version updates are entirely automated via Renovate, there's only a few select packages that need to be manually bumped.
Yeah Renovate is responsible for scheduling and checking for new commits in the default branch of the repository. However in the case of drools-lsp I didn't realize it relies on...
Hello! So typescript-tools.nvim is a plugin, not a standalone package that would be installed via Mason. It does have a dependency on `typescript` and optionally other typescript plugins in order...