Berk Özkütük
Berk Özkütük
Is there a particular reason for not using the `myst-parser` and `sphinx_rtd_theme` packaged on nixpkgs? It seems like there is an issue with packages provided through `poetry2nix`. I have replaced...
Interestingly enough, with `GPU_BACKEND=opengl` it stills picks up Vulkan backend but rather than displaying black window, it immediately segfaults. ```bash $ GPU_BACKEND=opengl zig build run-example found Vulkan backend on Discrete...
That still reports _Vulkan_ being found, and the output is a black window as it was the case initially: ```bash $ GPU_BACKEND=opengl zig build run-dawn-example found Vulkan adapter: NVIDIA GeForce...
It works! I have a somewhat similar Nix config, though I have migrated to [Nix flakes](https://nixos.wiki/wiki/Flakes) so here is my `flake.nix` in case anyone else needs (it also provides a...
OpenGL backend worked with the correct commands you have provided. Unfortunately, still no triangle with the Vulkan backend.
This seems pretty interesting; it works as expected on Neovim (via native LSP), whereas I can indeed replicate the issue on VSCode, using the same HLS build on both. Which...
Out of curiosity, what is the current status of the inlay hints support of `lsp` library?
Seems to be duplicate of https://github.com/ndmitchell/hoogle/issues/423
I understand your concern regarding the package potentially being a kitchen sink of functionality. However, all things considered, I think the addition of header parsing functionality still makes sense. Let...