Christiaan

Results 7 issues of Christiaan

**Is your feature request related to a problem? Please describe.** With the [Rust 1.64 release ](https://blog.rust-lang.org/2022/09/22/Rust-1.64.0.html) support was added for [workspace dependencies](https://doc.rust-lang.org/cargo/reference/workspaces.html#the-dependencies-table). The plugin will correctly detect the dependencies in...

This adds, AES-SIV examples and most importantly extra documentation that mentions the Rogway paper. The interface of the SIV module is based on this paper, and offers a more detail...

Adds a tools version of the containers, that adds the following rust components: rustfmt, clippy and llvm-tools-preview. More rust components could be added. But this seams to me the most...

In the `threaded_rtmp_server` example, the function `handle_connections` will poll the channels as fast as it can resulting in a 100% CPU load for that thread. The function `handle_connections` calls `connection_receiver.try_recv()`...

The bundled feature uses sqlite3.c / sqlite3.h that is packaged in this crate. It would be nice if there was a feature flag + environment variable that allows supplying our...

enhancement

Looking at the logs (kellnr 5.2.3 running on Postgres) I notice the following error occurred once: ``` 2024-07-05T16:18:26.235010Z ERROR mindex::cratesio_prefetch_api Could not insert prefetch data from crates.io into database for...

bug

Looking at the logs (kellnr 5.2.3) the following error occurs some times: ``` 2024-06-20T13:48:44.480598Z ERROR registry::cratesio_api Failed to increase download counter: Crate not found: ``` This is most likely a...

bug