Justin Snyder
Justin Snyder
## Context ``` Action :: union { world.Action, ui.Action, } ``` ``` input_bindings = make(map[Action][]Physical_Input) for action, inputs in binds { // binds is a map[Action][]Physical_Input literal, which I understand...
## Context When calling a parapoly which has an array of a parameterized type, the program crashes. making $T a constant type avoids the crash (`[$N]int` still works, for instance)...
## Context I've been informed that passing -extra-linker-flags is often unnecessary and should be avoided when possible. Odin: dev-2023-10:0c10b951 OS: Linux Mint 21, Linux 5.15.0-84-generic CPU: Intel(R) Core(TM) i3-1005G1 CPU...
This fixes compilation errors on newer versions of Odin
## Context I observed the bug while debugging a deserializer. * Operating System & Odin Version: Odin: dev-2024-04:f086b4710 OS: Linux Mint 21, Linux 5.15.0-102-generic CPU: Intel(R) Core(TM) i3-1005G1 CPU @...
When running webpack via a bazel build, shell-loader fails with: ``` (node:17289) ExperimentalWarning: The fs.promises API is experimental events.js:167 throw er; // Unhandled 'error' event ^ Error: write EPIPE at...
It would be nice if it were possible to know what file is currently being processed and pass it to the script via an environment variable or something. I'm not...
Although this is only going to be used in dev, this project should really be given an official license.
I find it a bit wonky that closing the watch can only be done through the destructor. Maybe it isn't the end of the world, but this sorta locks it...
Whenever I have issues with parapoly procedures, it's often a struggle to figure out what invocation is making it angry. It would be helpful to know what the compile-time parameters...