Folyd

Results 123 comments of Folyd

I don't think async-stripe need support `utoipa`, you can use `#[schema()]` attribute to specify the field type. See https://docs.rs/utoipa/latest/utoipa/derive.ToSchema.html, hope this helpful to you. ```rs use stripe::ProductId; use utoipa::ToSchema; #[derive(Deserialize,...

Hi, thanks for the feedback. You can disable the auto update in options page, see

Probably it's a C++ 20 API? This extension was published in 2020, we didn't support C++ 20 yet.