Андрей Краевский

Results 5 issues of Андрей Краевский

### Zig Version master ### Steps to Reproduce and Observed Behavior Go to https://ziglang.org/documentation/master/std/#std.mem and search (browser search f3 not autodoc's) for `tokenizeAny` it is present twice. ![IMG_20240502_073139](https://github.com/ziglang/zig/assets/75577902/362b2652-c96d-4a6e-933a-e2d965d75b7e) ### Expected...

bug
autodoc

it is possible to make 9th language appear before top 10. ## reproduction - deselect all sources except StackOverflow - set languages to functional - enable "IEEE Spectrum" index ![image](https://github.com/codereport/plr/assets/75577902/6990918d-0465-4bb4-be83-f00d12192e9f)...

Steps to reproduce: 1. `zig build triangle_wgpu-run` 2. Open imgui demo -> Examples -> Miniapps -> Console 3. Close with esc or with X window button. ![image](https://github.com/zig-gamedev/zig-gamedev/assets/75577902/bcdf2e72-8c6c-4ae8-937e-300f07a63454)

bug

### Version 0.5.1 ### Description When i try to decompress big bz2 file (entire wikipedia downloaded from [here](https://meta.wikimedia.org/wiki/Data_dump_torrents)) it results in file which is only 2.6KB. Compressed version is 21GB....

bug

https://github.com/ziglang/zig/blob/f1eed99f3d2d355054c6cf36d6f332d83b2ec595/lib/std/bit_set.zig#L315-L318 Comment says it is backed by `array of usize` but in fact it is backed by `array of MaskIntType` as can be seen here https://github.com/ziglang/zig/blob/f1eed99f3d2d355054c6cf36d6f332d83b2ec595/lib/std/bit_set.zig#L378-L380 It also repeated here...