Kirill Andriianov

Results 5 issues of Kirill Andriianov

### Zig Version 0.11.0-dev.3395+1e7dcaa3a ### Steps to Reproduce and Observed Behavior 1) Write to `demo.zig`: ``` pub fn main() void { var slice: []u8 = undefined; @memset(slice.ptr, 0); } ```...

bug

If I compile this project with this macro definition `JSON_DIAGNOSTICS=1` ``` CXXFLAGS=-DJSON_DIAGNOSTICS=1 cmake -B build cmake --build build ``` > or add this line at the top level of the...

Hi! Can I somehow make work `*Tree` with a sort of `"Combiner"` (like from `DynamicIntervalTree`)? I would like to have a balanced binary tree with a custom metadata inside and...

Is there a way to add custom property (for example LABELS or WORKING_DIRECTORY) to each of the tests, added by `pytest_discover_tests`? Looks like my tests want to be launched in...

enhancement

### What happened? On the front [github page](https://github.com/revoltchat/backend) there is an url https://developers.revolt.chat/api/ , that leads to ``` [Document not found (404)](https://developers.revolt.chat/#document-not-found-404) This URL is invalid, sorry. Please use the...