AdamGoertz

Results 5 issues of AdamGoertz

Closes #14339. I'm definitely looking for some feedback on this. The core functionality is there, but there are some design choices around caching of local files that I'd like to...

Closes #14719. Adding these APIs to Build.Module allows for needed include paths and libraries to be declared at the module's creation site (in the dependency) rather than in the dependee's...

This app could also be very useful for tracking and programming progression in cardio (in addition to weight lifting) with a few small tweaks. * Add time (sec, min) and...

When publishing a ConstPtr type message using no-copy communication, the message cannot be modified after publishing. This commit fixes an issue where 'clear' was being called on the contents of...

Closes #20816 Example test case, fuzzing f64 printing. ```zig const std = @import("std"); const testing = std.testing; test "fuzz f64 printing" { const input_bytes = testing.fuzzInput(.{ .corpus = &.{std.mem.asBytes(&@as(f64, 32.0))},...