Meghan Denny

Results 585 comments of Meghan Denny

the output if I run your code ``` Press ESC to quit char: 'a' key: 0 char: '\x00' key: 65515 char: '\x00' key: 65514 char: '\x00' key: 65517 char: '\x00'...

If you want an overview of all the Twitter emoji, I made a page that shows them all https://me.nektro.net/projects/emoji_viewer/?twitter

update `zig fmt` to do the conversion, announce a quick code freeze on many channels, merge as many prs as possible, run zig fmt on the main zig repo, allow...

updated url https://github.com/llvm/llvm-project/blob/a28b252d852c/clang/lib/AST/ExprConstant.cpp#L15388

adding a new function such as `expectEql` and deprecating `expectEqual` for a time would likely be the safest way forward, otherwise all compiles would still work yet error messages would...

I've also found multiple examples of people messing up the order in the wild given how unintuitive it is

passes on `0.12.0-dev.1836+dd189a354`

https://github.com/ziglang/zig/blob/1e42a3de89e8a4e78b76d8fc5192bbacf842c02b/lib/init/build.zig.zon#L51

this should compile error afaik. musl is not a valid abi for windows edit: this this the whole log? not sure from this if it's zig's or clang's fault the...