Meghan Denny

Results 585 comments of Meghan Denny

Duplicate https://github.com/oven-sh/bun/issues/4791

👍 sorry about that. ran into the connectivity issue when trying to reproduce and jumped the gun. we can get around that in the meantime by replacing `localhost` with `127.0.0.1`....

these seem much more relevant ``` error: unable to find Dynamic system library 'lldCommon' using strategy 'paths_first'. searched paths: error: unable to find Dynamic system library 'lldCOFF' using strategy 'paths_first'....

As someone who's now written a handful of parsers and file format handlers in Zig I agree with jay's original comment that it makes the most sense imo to only...

> Regarding the repeated "only at I/O" boundary comment - the purpose of this proposal is exactly to make it easier to express endianness at these boundaries. > To me...

yeah being able to switch on an comptime known array I feel is a much more flexible solution, I thought there was a previous proposal for it but I could...

this should prolly have test coverage added to https://github.com/ziglang/zig/blob/master/test/behavior/type.zig just to be sure

custom built zig and no repo or code listed means there's no way to reproduce this

how did u call zig on the command line? what arch/os is your host?