Daniel M. Capella
Daniel M. Capella
Implemented in https://github.com/llvm/llvm-project/commit/b7ff03206d668cd5a620a9d4e1b22ea112ed56e3
https://github.com/wpilibsuite/sphinxext-opengraph/pull/104 already merged
Also this add-on still works when `privacy.resistFingerprinting` is enabled.
Can be worked around with `export UV_USE_IO_URING=0`: https://github.com/nodejs/node/issues/48444 https://github.com/archlinux/aur/commit/fd50c6372e78fe518b35fd5afd0f9ba786a80d02
Another approach to sorting would be to separate the title and error type into two sortable columns.
Seems this is needed for sites like GitHub that I'm now getting a ton of errors for due to rate-limiting, unless another solution is found.
https://github.com/JoosepAlviste/nvim-ts-context-commentstring/issues/109
https://jellyfin.org/posts/release-roadmap-10.10.0
https://github.com/neovim/nvim-lspconfig/pull/3947
Here's how I do it for globally installed json-ls/yaml-ls: https://github.com/polyzen/dotfiles/blob/18c6ffde934da6161b718aa0dd9cf04b068cdcf1/base/.config/nvim/lua/plugins.lua#L532-L542