Mitchell Hashimoto

Results 34 issues of Mitchell Hashimoto

Well, so, while I had done AoCs before, it has been a few years and I _forgot_ that each problem is two parts. So I actually just straight up forgot...

day1

I know that this isn't currently an overlay, but it could be! Would you be open to adding an overlay attribute like: ```nix overlay = final: prev: { # Or...

All my tests take multiple minutes to run. I categorize them into separate files but it would still be nice to provide a string of a test name to only...

feature request

This is just a feature request. It would be really great for validation reasons if we could extract the line/col for objects. Thoughts? ## --- Want to back this issue?...

Sorry for the screenshot instead of code sample, but in trying to use this lib instead of my own bindings, I need access to the top func which uses `FT_MulFix`

freetype

The system SDK process is unfriendly to Nix packaging because Nix packages happen in a readonly environment with minimal dependencies. I don't want my build process to be able to...

build

Just recording these somewhere, not urgent, things I'm noticing. If we partially decode using `gohcl` into a `remain` attribute, we're left with an `hcl.Body`. Today, you can decode that with...

enhancement
core
v2

This adds the ADD/DROP constraint logic for checks. I found you were already querying checks. I'm not sure if this exhaustively works for all check scenarios but for simplistic cases...

This adds support for `GENERATED { ALWAYS | BY DEFAULT } AS IDENTITY` (introduced in PG 10). I'm not sure I got all the queries right (particularly around the sequence...

This doesn't change any default behavior of `run-test.sh`, so it continues to behave identically, but adds some additional configuration that users can opt-in. This makes it possible for me to...