Paul Loyd

Results 88 comments of Paul Loyd

Thanks for PR! The `derive` feature isn't required by clickhouse.rs, it's possible to use `impl Serialize` without deriving. Other updates are ok.

Hello, thanks for the PR! I think, the client should seamlessly detect the `https` scheme instead of using the dedicated constructor, which will allow changing the mode via configuration without...

Thanks for reporting. ~~Which version of CH do you use~~ (upd: see 21.11.3.6, sorry)? Also, how `DragonflyRow` looks like or, at least, `bytes_in_billion_rows`? I haven't faced it before, even using...

Maybe related https://github.com/ClickHouse/ClickHouse/issues/37420

Yes, because of the workload on other projects, I haven't had enough time to review and check merge requests, sadly.

Thanks! I've merged other PRs. I suggest moving the `serde` feature to a separate PR.

Thank you for your contribution. Does PR close #9?

> this is linking to v4l2_mmap, that doesn't report it's error using last_os_error `v4l2_mmap` uses `errno`, according to the [documentation](https://www.kernel.org/doc/html/v4.9/media/uapi/v4l/func-mmap.html#return-value) > It's worth mentioning that I am cross compiling for...

Hi, thanks for the question. I will try to add some information to the documentation in the future. If you run [`formats` example](https://github.com/loyd/rscam/blob/master/examples/formats.rs), you'll see something like this: ``` MJPG...

Thanks to the error handling team and, especially, to @yaahc for not stabilizing `Error::backtrace` and the decision to use the `provide` API. My case is a special backtrace implementation with...