Jason Yundt
Jason Yundt
I’m very new to Node.js. [The Node.js Web site says that I can install Node.js on Windows using fnm.](https://nodejs.org/en/download/package-manager) Specifically, it says to first install fnm using [WinGet](https://learn.microsoft.com/en-us/windows/package-manager): > ```ps1...
The main motivation behind this pull request is to make gyp-next do the right thing, even if the path to the project that you’re building contains spaces. See the commit...
## Steps to Reproduce 1. Create a directory with at least one space in its name: ```bash mkdir 'Directory with spaces in its name' ``` 2. Change directory into that...
## Description I think that I’ve noticed a situation where CEL Interpreter doesn’t follow the CEL Language Definition correctly. Consider this CEL expression: ``` has(foo) ``` From what I understand,...
Consider `-himem` for example. [`-himem` doesn’t do anything unless your system has less than 62 MiB of memory.](https://github.com/DescentDevelopers/Descent3/blob/496b2ed7c94a1fc08c6ed2831fc64abf486c7ab5/mem/mem.cpp#L413-L416) It seems pretty unlikely that a player would try to run a...
## Steps to Reproduce 1. Open a terminal. 2. Make sure that you have [the Nix package manager](https://nix.dev) installed by running this command: ```bash nix-build --version ``` If that command...
## Steps to reproduce 1. Make sure that you have [the Nix package manager](https://nix.dev) installed by running this command: ```bash nix-build --version ``` If that command succeeds, then you’re good...
See ValveSoftware/halflife#3751 for details. It was submitted there as a Half-Life bug, but I’m guessing that it’s actually a bcachefs bug.
I’m able to successfully build Nixpkgs’s `go` package from source on ext4, but it always fails to build when I use bcachefs. ## Steps to Reproduce 1. Make sure that...
### The problem When using the filesystem backend, the JSON serializer uses a lot more memory that the YAML serializer. I wrote [a test script that downloads and caches a...