Cheban Oleksii

Results 19 comments of Cheban Oleksii

> look like it can be fit into #9058 Нes it looks similar I think HSETXX name it's better then HSETEX But it isn't import for me

Only manual :) I checked in vscode and rustrover but no one can't formmated

Also AND OR Example `let sql = "AND w.account_id = $2";`

> > Currently, in version 0.11.1, the last commented part about using use `pprof::protos::Message` still does not work, the error remains: > > ``` > > error[E0599]: no method named...

As fast solution need use `request_body` ``` #[utoipa::path( post, path="/api", request_body=MyStruct, responses( (status=200, description="Api"), (status=400, description="App error"), ) )] pub async fn handler( State(service): State, ValidateJson(body): ValidateJson, ) -> Result...

> > Привет [@Archisman-Mridha](https://github.com/Archisman-Mridha) , у меня в голове есть грубая идея сделать атрибуты доступными для определенных макросов, что решило бы твою проблему, но, `strum`к сожалению, сейчас не так много...

> Yeah makes sense, I would accept a fix for this issue. I think the easiest is to always add this `#[allow]` to the constructor field. Could you tell me...

> How long to wait for what? Add this macro for method new #[allow(clippy::too_many_arguments)]

@sagoez do you resolved that problem?

> Hey [@Cheban1996](https://github.com/Cheban1996), We're still using Kafka via the [Scala](https://fd4s.github.io/fs2-kafka/) client. We decided to stay with it, for convenience ☺️ Hi, if you will be intersting as solution, we can...