Dave Hirschfeld
Dave Hirschfeld
It's fantastic that this is at least possible, but @stefansimik isn't wrong - the UX is pretty awkward. I'm here looking for a similar feature, but for the debugger menus:...
***xref:*** https://github.com/posit-dev/ark
Perhaps just add support for `GENERATED ALWAYS AS IDENTITY` which is the standardised form (which postgres also supports)? * https://peter.eisentraut.org/blog/2023/10/31/sql-identity-columns * https://www.danieleteti.it/post/postgresql-identities-vs-serials/
This would still be very good to have.
It seems no one with the skills to bring `faiss` up to date, has the time to do so: - https://github.com/conda-forge/faiss-split-feedstock/pull/88#issuecomment-2860424950
> but we will use a strategy that does not require downgrading the user's Python version. I don't think it's wrong to depend on `faiss` - the package itself does...
It's a new Windows (WSL2) AVD I'm trying to set up. It's pretty locked down so that's a good avenue of investigation...
NB: I point `pixi` to our internal Cloudsmith repository for both PyPI and `conda` ``` ❯ cat /etc/pixi/config.toml default-channels = ["https://conda.cloudsmith.io/"] [pypi-config] index-url ="https://dl.cloudsmith.io/" ```
Cloudsmith supports `conda` insofar as you can upload and download packages as well as repodata patches so I'm currently manually uploading packages by parsing my `pixi.lock` file for urls. I...