jansol
jansol
Plasma's About this system: ``` Operating System: NixOS 25.05 KDE Plasma Version: 6.2.5 KDE Frameworks Version: 6.9.0 Qt Version: 6.8.1 Kernel Version: 6.12.9 (64-bit) Graphics Platform: Wayland Processors: 32 ×...
Sorry for the long silence. Finally managed to take the time to sort out PySDL3 and update the NixOS package. Both screens are 3840x2160, the only difference is the physical...
With 8.1.3 the resize issue persists, but icon sizes don't go wrong any more.
This predates the current DBK efforts. The motivation for dynamically loaded BiKs was to reuse the existing kernel scheduling code which ingests dynamically loaded functions (which are compiled/cached at runtime)....
> There has been infrastructure to implement "regular" (non-DBK) builtin kernels (BiKs) from sources using OpenCL C sources for quite a while Yes, OpenCL C BiKs are no problem as...
Yeah this ended up not being the path that was chosen for DBKs
You can install LSPs system-wide through your package manager and the remote Zed should pick them up from your PATH on the remote automatically. That is, unless the LSP in...
Pyright is unfortunately one of the aforementioned node.js cases.
Do you have an explicit path for rust-analyzer configured on the *local* machine? I had to remove the path from my clangd config on the client in order to make...
> btw, there should be a paragraph in general lsp documentation saying that this is possible, that code snippet is only shown in the rust section of the language servers...