Jonathan-Landeed
Jonathan-Landeed
## Bug Report 0.9.2 (sorry it's a little old, I'm waiting for prost-wkt) ├── tonic v0.9.2 └── tonic-build v0.9.2 ### Platform Darwin Js-MacBook-Pro.local 22.5.0 Darwin Kernel Version 22.5.0: Thu Jun...
Works on "design your own cache" redis clusters but not serverless (engine version 7.1 for both). Running daphne in docker on aws ec2. Traceback: ``` [1] [ERROR] Exception inside application:...
``` #[derive(serde::Deserialize)] pub enum Status { #[serde(deserialize_with = "my_deserializer")] Down, Success, } ``` when expanded has the visitor: ``` #[doc(hidden)] struct __Visitor, } impl for __Visitor, { match _serde::de::EnumAccess::variant(__data)? {...
Related to https://github.com/snapview/tokio-tungstenite/issues/336 I solved it by adding `rustls = ">=0.23.x"` to my Cargo.toml and `let _ = rustls::crypto::aws_lc_rs::default_provider().install_default();` before calling slack morphism stuff, but that doesn't seem ideal.
Adding these files allows the project to be uploaded to the buf.build BSR. Apparently it won't work as a remote plugin, but it's still nice as a dependency for `import...