Phil A Thompson
Phil A Thompson
I think you mean DSC and as of July last year, NVIDIA added support to the Linux driver so yeah, not sure what the CEO is on about. https://github.com/NVIDIA/open-gpu-kernel-modules/discussions/238 Yeah...
I placed a pre-order! I'll do what I can to get this going!
~I created a Discord server where we can discuss Bigscreen Beyond on Linux. I thought it made sense to have a place to collaborate in while we try to get...
I was getting this same issue on NixOS unstable/dwm but after a SteamVR update my Steam library window disappears as well! I've posted a community ticket here but I guess...
@LAC-Tech Did you manage to get Unicode characters displayed correctly? It's not working for me. In Rust I would do `setlocale(LcCategory::all, "");` to get it to work but I'm not...
I've just spent a fair bit of time searching for the assertion docs. I found this: https://xunit.net/docs/comparisons#assertions but had to search Google to get there. Couldn't see a link in...
In addition, I think the home page could do with a facelift. Some details at the top really should be at the bottom. The focus should be on what it...
Actually, I'm slightly confused, you're already doing `JSON.parse` in `send` why have separate methods that call `eval`? I'm no expert, just curious.
I found I just needed: ``` highlight SignColumn ctermbg=8 ``` after the line: ``` colorscheme solarized ``` As I wanted the sign column to be the darker background color. This...
Seeing the http_router warnings in test output in a Hanami app. Anything I can do to help get this one in?