Dave Hirschfeld

Results 533 comments of Dave Hirschfeld

``` # micromamba --version 0.26.0 # lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04.1 LTS Release: 22.04 Codename: jammy ```

> Anyways, can you remind me again of the difference between `-c local` and `--use-local`? And should we support both? It seems quite confusing I believe they're the same -...

> IIRC there was a difference in `-c local` adding the local channel to the bottom, and `--use-local` adds it to the top... That's fairly subtle, but if true the...

From #113, somehow indicating the installed version in the current env can be handy. Maybe behind a flag if it will negatively impact performance. Also, being able to just show...

...alternatively, do you happen to have a script I could use to regenerate the icons myself?

[`turbodbc`](https://turbodbc.readthedocs.io/en/latest/index.html) is an existing library which allows returning `pyarrow.Table` objects however it is built on top of the ODBC interface and it particularly calls out the postgres implementation for not...

> what does people want to store: a binary blob or the data frame becomes a table? The DataFrame (pyarrow.Table) would be inserted as rows into a postgres table (with...

As mentioned, I'm just a layperson (with an interest in database query performance!) You'll get more informed opinions/advice if @wesm or @xhochy were inclined to comment...

That's very exciting news @xochy! If @dvarrazzo does decide to support `pyarrow` in `psycopg3` it should hopefully provide some inspiration as to what is required.

I think I didn't have `jq` installed so reached for what was available... and I wanted to try out `rich-cli`! :grinning: In the intervening months I've gotten a lot more...