Mitchell Hashimoto

Results 34 issues of Mitchell Hashimoto

Congratulations on the launch. I'm developing a [terminal emulator](https://mitchellh.com/ghostty) so whenever any monospace font is released, the first thing I do is jump on it and see how it all...

### Zig Version 0.10.0-dev.4544+0ae60f723 ### Steps to Reproduce ```test.h #include typedef __uint32_t uint32_t; #define IOCPARM_MASK 0x1fff #define IOCPARM_MAX (IOCPARM_MASK + 1) #define IOC_VOID (__uint32_t)0x20000000 #define _IOC(inout, group, num, len) \...

bug
translate-c

In my use case, I'd like to filter envelopes in my transport depending on what is included in them (specifically, I only care about crashes). The envelope API as is...