Spenser Kramer

Results 1 issues of Spenser Kramer

Expected Formatting: ``` pub fn logToFile( comptime level: std.log.Level, comptime scope: @TypeOf(.EnumLiteral), comptime format: []const u8, args: anytype, ) void { const scope_prefix = "(" ++ switch (scope) { std.log.default_log_scope...

help wanted