Mason Remaley

Results 6 issues of Mason Remaley

(wip, will clean up and make easier to review before removing draft status)

# ZON This PR implements ZON, or Zig Object Notation (think JSON, but with Zig syntax instead of Javascript.) In particular, it implements: * Runtime parsing of ZON data *...

### Zig Version 0.14.0-dev.737+30b4a87db ### Steps to Reproduce and Observed Behavior Minimal repro thanks to @ianprime0509: ```zig test { try @import("std").testing.expectError(error.E, f()); } fn f() error{E}![0]u8 { return error.E; }...

bug
backend-c

The Xbox Series X controller has a new button ("share") directly under the Xbox button. For whatever reason, it outputs a value lower than `BTN_MISC`, resulting in this index into...

I searched for instances of "if", "html", "loop", and "text" in the docs that were missing the colon prefix and fixed them. (There may still be other keywords missing colons...

I tried to create a link to the RSS feed of a devlog on that devlog via this smd: ```md [link](index.xml) ``` But I got this output: ``` An asset...