Ilia Lebedev

Results 6 issues of Ilia Lebedev

# Bug report ## Describe the bug Function `getCssText` accumulates all styles what it even seen on the project. It happens when using stitches framework on projects with SSR (with...

documentation

I found the logical issue in 22th problem Middleware type don't consider promises as output. If we add one more middleware after middleware with async function we see that `req`...

In the current example the loop runs infinitely, without printing anything.

In the Filesystem guide https://zig.guide/standard-library/filesystem/ the first code snippet is not logically valid. The line: ```zig const bytes_written = try file.writeAll("Hello File!"); ``` is not correct, because `file.writeAll` has return...

https://zig.guide/language-basics/vectors page contains two "vector looping" code snippets, they are almost the same. The only difference is: The first one has: ```zig const sum = blk: { ``` the second...

This is a little bit revamped version of your code and it's adapted to zig v0.13. The most important thing is adding of `build.zig` config file with all WASM specific...