Dave Hirschfeld

Results 437 comments of Dave Hirschfeld

As a `trio` user I'm +:100: for using AnyIO :heart:

Ahhhh, I should circle back and get this over the line! The link checker seems to be failing with: ``` ✗ [429] https://conda.discourse.group/c/pkg-building/conda-forge/25 | Failed: Network error: Too Many Requests...

* A meta-package, only including other packages * A `go` recipe with an example of including licenses via [`go-licenses`](https://github.com/conda-forge/go-licenses-feedstock)

I just ran into this again 😬 It would be great to get this in here to work around the limitation in `duckdb`

> Okay yeah, this situation will require the fix I mentioned in [#504 (comment)](https://github.com/Mause/duckdb_engine/issues/504#issuecomment-1374787893) unfortunately, which will mean a using a dev version of DuckDB or waiting for the next...

It would be great if a similar trick could be used to support `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/...

One particularity of my situation is that I have a custom encoder/decoder to serialise/deserialise my data. Hopefully it will be possible to provide a custom decoder to correctly deserialise the...

Hmm, ok. I think it was user error on my part. Using the ORM classes successfully roundtrips a Python dictionary (including using custom serializers). In case it's otherwise useful I've...

It would be ideal to be able to specify an initial set of channels in the config file

For now I've hacked it in my dockerfile: ```dockerfile RUN quetz create /home/user/quetz WORKDIR /home/user/quetz RUN python