Matt Knight

Results 17 comments of Matt Knight

It was intended that this area was left "unfinished", the reason here was to experiment with builder packages that let you choose between using system libraries or building C libraries...

I think it would be best to manage two different tokens, not everyone is going to both publish and use private repos. We could have a `secrets` or `tokens` subcommand...

my thinking was that: - `deps.addAllTo`: add all dependencies - `deps.pkgs.addAllTo`: add all _packages_ and so with a reduced scope you get reduced functionality since zigmod's root `addAllTo` does more...

It’s for those who only depend on pure zig packages, they can explicitly reduce the scope. It’s better this way because the same function with the same scope has the...

does your git config use ssh by default? I haven't gotten around to setting the callback for ssh, so that might be what's missing here

hmm okay that's very odd, I've got another gyro bug to work on this weekend so I'll take a look at this too

omg thank you, it's been on my radar but I wasn't able to sit down and root cause it, I'll be taking a look at it this weekend when I...

I know that maintenance of zls has changed hands a few times, and that makes it difficult knowing what’s a bug, when regressions have taken place, etc. Big thanks to...

This degrades the initial UX because it looks like you have to manually set the stack size. Is there any reason to distinguish between stack and heap anyways since we...