Rémi Kalbe
Rémi Kalbe
@bjchambers it **seems** to work for me, the trace id is the right one.
@bjchambers 1. I'm using Tokio 2. Also using tonic Here is my code ```rust let filter = EnvFilter::try_from_default_env() .or_else(|_| EnvFilter::try_new("info")) .unwrap(); let opentelemetry_endpoint = env::var("OPENTELEMETRY_ENDPOINT").expect("Missing env var 'OPENTELEMETRY_ENDPOINT''"); let exporter...
I think it would be good to have the same `as` syntax for the handlers.
Same issue on macos 11.2.3 with brave.
So if I do it like that I don't have this error anymore ```crystal params do json require: true do type email : String type username : String type password...
It solves the first issue, but I'm still getting ``` (compile-time type is (Params::JSON | Nil)) ``` for required params
How has this fundamental feature remained unaddressed after more than a year?
I'm also getting that, for all of my queries : ```rust error: unsupported comparison operator: = --> src/db/user.rs:79:20 | 79 | let user = sqlx::query_as!( | ____________________^ 80 | |...
Cockroach 20.2 just came out. I don't have any compile time error now, but I have a runtime one ! ``` "error occurred while decoding column 1: mismatched types; Rust...
I've updated to cockroach v21.1, and it seems to be working correctly 🙌