tiawl

Results 38 comments of tiawl

That sounds good to me. How do you want to proceed ? 1. You are making the whole thing. 2. If you are busy with other stuff, I can make...

Hi, I do not see the "Serializer" and the method callback pattern as concurrent solutions. It is maybe just serving different usecases. I see the method callback pattern as a...

> This probably needs some tests but otherwise it LGTM! I will go for this during this week-end or the next week. I will ping you when done. Thanks for...

~I was not expecting the `rebase` strategy will make all this noise. Sorry for that~ => fixed

@MasonRemaley I added a simple test into the `std.json.dynamic` scope. Do you have any edge cases in mind you want to cover into the test suite ?

From the `x86_64-macos-release` CI ([link to the job where I found this output](https://github.com/tiawl/zig/actions/runs/16398584005/job/46334668021)): ```zig src/main.zig:349:54: error: use of undeclared identifier 'stdio_buffer' var stdout_writer = fs.File.stdout().writer(&stdio_buffer); ``` Not sure, if it...

I do not have more time (and motivation) to keep this low-priority PR updated. So I am closing it. Thanks for your time, suggestions and reviews.