Bogdan Romanyuk

Results 6 issues of Bogdan Romanyuk

Sometimes vk forcibly breaks longpool connection (more often than not it happens at night). At current realization VKLongPoll tries immediately restore one. In this case, the requests.exceptions.ConnectionError is raised. My...

[GCC](https://gcc.gnu.org/onlinedocs/gcc/Static-Analyzer-Options.html) and [Clang](https://clang.llvm.org/docs/ClangStaticAnalyzer.html) have static analyzers. It would be great if aro will had its own. However, I'm not sure if this meets the goals of the project. If not,...

Duplicate of https://github.com/adamserafini/zaml/pull/19 (I accidentally deleted my fork, sorry)

Closes https://github.com/ziglang/zig/issues/19529

### Zig Version 0.14.0-dev.8848+d8c1c9ea6 ### Steps to Reproduce and Observed Behavior test.zig: ```zig comptime { @compileLog(error.Test == @as(anyerror!i32, 0)); } ``` ```zig build-exe test.zig``` ``` thread 29563 panic: access of...

bug
frontend

Closes https://github.com/Vexu/arocc/issues/422