travisstaloch

Results 43 issues of travisstaloch

Yet another useless and purely cosmetic pr. :1st_place_medal: - closes (#224) - indent level in render goes from 11 curlies deep -> 4 with this pr

low priority

### Zig Version 0.10.0-dev.3986+e323cf126 ### Steps to Reproduce ```console $ cat /tmp/test.zig ``` ```zig const S = struct { u: union(enum) { a: u8, } = .{}, //

bug

- make leading '.' optional - before this, a leading '.' was required by this regex. this made parsing of all error messages fail which don't have a leading '.'....

follow up to #4246 This file reproduces different panics and a stack overflow discovered by a json parser with roc version 2022-10-10-07ceabc There are actually 6 separate reproduction blocks which...

First of all, thank you for this nice utility. :+1: I just cloned and built yesterday. on MX linux. I have created an autostart .desktop launcher for tuxclocker. When I...

I am starting tuxclocker from an autostart .desktop launcher which shows the app when i login. I then have to close and click 'minimized' to keep the app running in...

### Zig Version 0.10.0 ### Steps to Reproduce and Observed Behavior I've encountered this issue while working on a protobuf implementation. The following is the smallest repro i can make....

bug

I would like to work toward creating a [carryless multiplication](https://en.wikipedia.org/wiki/Carry-less_product) builtin in zig. This is a fast instruction used in simdjson for example to convert binary quote boundaries from json...

proposal
accepted

add std.testing.Error with names of all possible errors found in std.testing's pub functions. * use this new error set to allow expectEqualDeep() to support self-referential structs * add a test...