Meghan Denny

Results 585 comments of Meghan Denny

this repo uses the [Zigmod](https://github.com/nektro/zigmod) package manager. `deps.zig` is a generated file created by running `zigmod fetch`.

ah apologies, i must've updated the module code and forgot to update the `build.zig`

urls with spaces are legal so that's a non-starter. what about sibling ``s with differing values for `href` but the same `integrity` ? eg: ```html ```

the creation of https://github.com/whatwg/html/issues/11376 got me thinking about this again because i think another solution could look something like this: ```html ``` with `http://npm.localhost` being an app running on the...

debugger brought me to `; symbol stub for: uv_mutex_init`

i dont think the message should duplicate the content that's already all written down. i'd suggest it to point the reader towards the doc comment on `std.fmt.format` and keep it...

> Directing the user towards a comment in the compiler source seems too indirect. thats that standard library not compiler source. > It requires them to leave their current terminal...

searching through the code i look over i use it personally once here https://github.com/nektro/zig-errno/blob/4c86c6bd5dcf4ed1477b0957684a80ec9d093b67/errno.zig#L1278-L1289 and bun uses it once here https://github.com/oven-sh/bun/blob/fd894f5a656b79ac7b328696efe6cc2b584077bb/src/bun.zig#L2717-L2728 something that seems worth point out about these examples...

> (i.e. disallowing `@Type(.{ .error_set = ... })`). fwiw that diff could still happen while preserving reification capabilities if it were possible to use `@ErrorSet(names: []const []const u8)`.

while this could provide some great dx in the meantime i think its worth pointing out that it will not be necessary post-1.0 and minimum_zig_version would go back to the...