-
### Is your feature request related to a problem? Please describe.
It would be great if the Rust SDK dragged in as few dependencies as possible. Dependencies increase build times throughout downstr…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Repository problems
These pr…
-
Reproducer:
```rust
use tracing::error;
fn testy() {
let (err1, err2, err3) = ("err", "err", "err");
error!(?err1, ?err1, ?err1, "Some error");
error!(?err1, ?err1, ?err2, "Some er…
-
My operating system is ubuntu18.04. After trying many methods, I have no idea how to solve this problem. Could you take a look at it for me. The error message is:
warning: c++: internal compiler erro…
-
Since CRDTs can be CPU-intensive, I'm wondering if we could run all the Rust code in a separate thread, and have an async Python API that would not block while waiting for the CRDT operations to compl…
-
I was really excited about the S3 usage here. But how the data is used from s3 is unclear. What memory requirements are needed for the lambda? Does the whole data set get pulled in to memory when a…
-
Hey @da2ce7, I'm trying to find a tool to detect potential licence incompatibilities. I've found only a cargo subcommand to list your dependencies licences so far:
```s
$ cargo license
(Apache-2.…
-
### Problem
I'm experiencing a linker issue specific to `cargo test`, where it fails with `duplicate symbols errors` on one machine, while it succeeds on another machine. Oddly enough, `cargo build` …
-
It does not appear possible to use the raw backtrace functionality effectively, because the `Symbol` struct does not implement `Clone`, and the `resolve_frame` callback is passed a `&Symbol` reference…
-
https://github.com/wader/jqjq needs `-L`