dentiny
dentiny
There's a community implementation: https://docs.rs/tokio-bitstream-io/latest/tokio_bitstream_io/
Hi @erezinman, we wrote a community extension which is 100% compatible with duckdb httpfs. Link: https://duckdb.org/community_extensions/extensions/cache_httpfs.html Repo: https://github.com/dentiny/duck-read-cache-fs One thing might help your workload is parallel read, which split each...
> What about we completely separate pip plugin and uv plugin: @jjyao I think interface wise it makes sense, but implementation wise we would have quite a few duplicate code...
Hi I think we have multiple available solutions, just a brief summaries: 1. `uv` has higher priority than `pip`, with no user interface changed 1.1 Option-1: automatically use `uv` when...
> I would make it more explicit that this is the uv pip interface, in case there's interest in adding uv sync support later. Sounds good.
Hi community, I'm working on runtime env setup with uv; As the first milestone, I target at existing features for `pip`; Let me know if you have any other feature...
> Please enable support for this! Hi @vladjohnson , I think this feature has been enabled in latest release.
> Added @samansmink as reviewer, in general it's not OK to bump openssl versions, expecially this close to a release (where there is less time to check this has not...
> Thanks! Looks like 3.5.0 is the latest available version? At least according to the CI failures 3.5.2 is the latest "stable" release version: https://github.com/openssl/openssl/releases
I guess duckpgq needs to have a new release for community extension.