Thaddeus Crews

Results 52 comments of Thaddeus Crews

I've gotten the same thing to happen to me a handful of times as well. It's rare enough for me to not notice a cause, but it's consistent enough to...

Ah! Didn't consider that aspect. I'll just give the logo a solid, lighter palette for the folder

That above example just compares `pprint` to this PR's implementation, the *live* `json` output is even less helpful: ```json "File": "Variable_Method_Caller", ``` But yes, this PR doesn't "fix" the serialization...

Holy hell, ruff is making an *insanely* good first impression! A linter/formatter that has the capability of recognizing SConstruct in editor without major tweaking is amazing. VSCode can even recognize...

Been testing locally on my Windows machine, and two things stood out: 1) SCons automatically generates `run_ninja_env.bat` in the repo root, and running that runs ninja with the proper environment...

I made this under the assumption that the `typedef` functions were there for a reason; `abs` was the odd-one-out to that end, having multiple implementations instead. What I liked about...

I have no clue why the Windows test fails; it's passing without issue for me locally

Finally got it to fail on my end, and it was through replicating the *exact* build flags used by GHA. Now I have a starting point to start looking back...

The reason is to avoid using `auto`, which is one of the few expressly disallowed[^1] C++ features. Despite that, the macros are one of the few areas which used that...

Changed to a single template parameter! After some testing, it would indeed be somewhat disruptive, but not nearly as egregiously as I expected. **Every** case can be rectified by either...