Ivan Krivosheev

Results 182 comments of Ivan Krivosheev

@mdsteele thank you! I created issue

@dixpac hello! Maybe this will help? ```rust use serde_json::Value; #[derive(Debug, Deserialize)] struct Message { channel: String, global_id: u128, message_id: i8, data: Value, } ``` Example: ```rust use serde_json::Value; use serde::Deserialize;...

Hello, do you know the service where I can check this method?

> I have disabled the `brotli` algorithm because it is too slow, please upgrade to `1.3.42`. Thank you for quick answer! Might is better to split decompress body and compress...

@sunli829 thank you for the answer. Poem SizeLimit needs Content-length header. Tower http can work without this header.

> I think it's better now that if the request limits the size of the body, the request should contains the `Content-Length` header. slightly_smiling_face Well, that's not entirely fair... Requests...

@billy1624, hello! I think we can combine your PR and mine PR: https://github.com/SeaQL/sea-orm/pull/970

@billy1624 hello! Why didn't we use ColumnDef and ColumnType from sea-query?

> Would an error like `UniqueConstraintError` be out of scope for SeaORM? If not, maybe some other uncommon errors too? Just to make it easier for the user. If it's...

@baoyachi hello. Do you want to continue work in this PR?