Spencer Bartholomew
Spencer Bartholomew
Has this been resolved?
I've run into this bug as well
Second the bump. Cargo Deny throws errors due to the use of backoff.
I've run into this problem many times. You have to use the function instead of the macro. The `sqlx prepare` compiler is not generating the query plan correctly. https://docs.rs/sqlx/latest/sqlx/fn.query_as.html
Using TraceLayer::new_for_grpc() doesn't work and the traces don't print when multiplexing this way but works when just using tonic without multiplexing. ```Rust let layer = tower::ServiceBuilder::new() .layer(TraceLayer::new_for_grpc()) .into_inner(); let grpc...
> > Scratch all of that. I just needed to put `.layer(TraceLayer::new_for_grpc())` after I call `.into_router()` on tonic's Server::builder(). > > @spencerbart trivial point, but you can add your TraceLayer...
I'm getting a similar issue. I have a Mac client and a remote Fedora Linux server. When I save using the remote flow it indents files like .json, .toml, and...
> Have you tried making local and remote settings.json files identical? Yeah > I deleted settings.json on both machines. They both bootstrapped to an empty settings.json. The main thing that...