Jaime
Jaime
I ran into a similar issue [link](https://github.com/rust-lang/rust/issues/113305) when trying to collect coverage in my workspace, when running tarpaulin in one package it would work fine but then another package would...
I am now getting the following error: ``` error[E0782]: trait objects must include the `dyn` keyword --> src/domain/subscriber_email.rs:36:30 | 36 | fn arbitrary(g: &mut Gen) -> Self { | ^^^...
I am new to SQLX/Postgres and Rust but experiencing the problem trying to create a materialized view and was thinking about maybe helping solve this problem... I see that the...
> This doesn't seem to be working for me? `cargo check --workspace` doesn't appear to generate a `/target/sqlx` ? Same. I can't manually locate the `target/sqlx` directory either. Did you...
> Hello, I wanted to make sure I understand correctly, doesn't sqlx support a workspace with crates that use different databases? The issue as I understand is when running `sqlx...