Rogério Sampaio de Almeida

Results 12 issues of Rogério Sampaio de Almeida

It seems I can't insert Arrays via the `row!` macro, `Array(Float32)` in my case. ``` error[E0277]: the trait bound `clickhouse_rs::types::Value: std::convert::From` is not satisfied --> src/tasks/clickhouse_pusher.rs:285:18 | 282 | block.push(row!...

Hi. Please, why is my Cargo.toml indenting whenever I save it? from this: to this: I did not enable any option to do so, so I can't make it stop!...