Samuel Colvin

Results 1078 comments of Samuel Colvin

> Since [0.7.16](https://github.com/ClickHouse/clickhouse-connect/releases/tag/v0.7.16), ClickHouse-Connect provides a convenience `AsyncClient` wrapper over the standard `Client`, so that it is no longer required to write your own. See [this new entry in the...

PR welcome, otherwise I'll try soon.

All updates are complete, watchfiles now uses latest pyo3, and i've updated actions version. @gaby and @mgorny please try the latest version from `main` and confirm you're happy, then I'll...

[v0.22.0](https://github.com/samuelcolvin/watchfiles/releases/tag/v0.22.0) is released.

Thanks so much @watercrossing. After numerous failed attempt that worked for me on Ubuntu 16.04.

Actually, turns out `autoheader` before `automake --add-missing` is required too.

I've just tried on `release3_1_apl` which xdelta3-python uses. As far as I understand the above works fine: ``` (env) xdelta3 ➤ ./xdelta3 printhdr delta VCDIFF version: 0 VCDIFF header size:...

For anyone else looking for this, the solution is to implement `supports_filters_pushdown` on the table, then use that to apply filters within `scan`. Feel free to close this if you...

@alamb using `PruningPredicate` makes sense, but please can you point me at where I need to make changes to add this functionality?