travisstaloch

Results 69 comments of travisstaloch

> this is not a bug. the crash happens because. the slice is undefined. this is an issue tracker, not a place to ask questions. these types of questions should...

sorry for the drive by comment as i haven't thoroughly read this issue, but i just wanted to mention this project https://github.com/cassioneri/eaf which seems like a very elegant and efficient...

@FObersteiner i started working on a zig implementation here https://github.com/travisstaloch/date-zig. i haven't done any benchmarking yet, just working on correctness so far. i did some work toward integrating w/ `std.time.Instant`...

@FObersteiner got a notification with some benchmarking results and a link here. but it seems to be gone. just wanted to let you know in case there was some kind...

> If I compile with the ReleaseFast or ReleaseSafe option however, results become highly implausible. thanks for the report and making the benchmarks! i ran this benchmark on my machine...

Yes, this patch allows Zig.py to parse the paths in zig error messages which don't have a leading '.'. Here is an example: ```console $ zig version 0.11.0-dev.1635+d09e39aef $ zig...

i started looking at this but i'm not sure how to fix it yet. here is a failing test case diff for me or anyone else who picks this up...

i ran into a similar issue. not 100% sure it is the same but seems related. here is a reproduction: ```zig const std = @import("std"); fn foo(a: anytype) !void {...

I was able to bring the GUI back by editing ~/.config/radeon-profile/radeon-profile-settings and changing these keys from true to false ``` minimizeToTray=false startMinimized=false ``` be sure to quit the app first,...