Dee

Results 295 comments of Dee

It's broken when making a release version of the app for web fyi. Everything else works for me via Cloud Run

@PatrikGolubar upgraded to the most recent, and also made sure that the nodejs package version was the most recent version 4.XX

@PatrikGolubar We are using WSS on live services which is usually socket 433, for example GCloud

@PatrikGolubar It depends what your hosting setup is; but if you use something like Google CloudRun it's locked to 433..

@sidevesh yes it was a windows plugin setting inside the Flutter project. I don't have access to the code at the moment though.

@stuartmorgan alrighty, where can I remove that?

@stuartmorgan it's holiday in Europe now, so we will be away until mid-august. If you need it changed more urgently because Flutter is finally introducing videos let me know.

Did you guys fix ``lifetime parameters or bounds on method `extract` do not match the trait declaration lifetimes do not match method in trait`` I still have it From the...

This is broken, trying to validate this ``` #[derive(Serialize, Deserialize, Debug, ToSchema, ToResponse, Validate)] #[salvo(extract(default_source(from = "body")))] pub struct Input { #[validate(max_length = 50)] #[validate(min_length = 2)] #[validate(pattern = "[a-z0-9...