Kamil Rojewski
Kamil Rojewski
When building multiple files from a given directory (let's call it `a`) which import files from another directory `b`, there is a `mod.rs` file produced which only imports mods from...
After introducing protocol v5, we need extensive end-to-end tests on a v5 cluster. Ideally, also regressions checks with v4. Such tests include running all types of queries with and without...
https://rustsec.org/advisories/RUSTSEC-2020-0071 https://rustsec.org/advisories/RUSTSEC-2020-0159
When noUnusedLocals option is set, the compilation fails for projects using angular2-notifications, because of (seemingly) unused members of SimpleNotificationsComponent. Specifically all under the "Sent values" comment.
**Is your feature request related to a problem? Please describe.** When `hyper` is used anywhere within the tracing pipeline, e.g. sending data to a tracing server, we can get into...
When trying to connect to a zk server using a ipv6 address, the connection fails with `Failed to read socket: Os { code: 10049, kind: AddrNotAvailable`.
After session timeouts (for example by moving the process to the background), the connection isn't reestablished. Operations end with "error sending request: Disconnected".
**Is your feature request related to a problem? Please describe.** Some languages support resumable functions, or async/await. Those are blocks of code which might yield execution at certain points, to...
Many languages support vectors of unions. It would be nice to have such support in Rust too.
Union discriminator (at least in Java) map to a single byte, which begins to be problematic when the number of messages exceeds the maximum range.,