George Bott
George Bott
Hey, thanks for taking an interest Astra. I am aware of the release of the new arkslayer plugins and am happy they have a new method. I decided a few...
It might not be a complicated fix, but its likely some larger changes will come with NGS for the JP client just from my experience with the NA beta on...
Hello, I have been trying to add metadata to rows also via `#[serde(flatten)]`. The patten I would expect is as follows: ```rs #[derive(Row, Serialize)] struct Metadata { foo: String, bar:...
Any update on this? Right now it can be very tedious to deal with large nested structures in clickhouse-rs and a rust-friendly approach as outline above would be a big...
Also unable to compile our projects with cranelift. One of our dependencies is using the package directly and cannot be disabled. Looking at the linked and related issues, it seems...
Also looking for this support in some way. We are dealing with private contracts with non-published sources that emit custom errors and make calls to other private library functions. We...
I have looked at the existing tests for `--override` and they use the `stderr_eq` check to ensure the output is expected. If I add additional tests in the case of...
Ah, actually I did not see the `SNAPSHOTS=overwrite` functionality which I assume is meant to assist in this case. I will add equivalent tests to the existing `--override` tests with...
I have added tests and rebased onto the latest master. Thanks
I have rebased and added the block overrides to work with `--trace`. The changes were minor. 👍