Dave Hirschfeld

Results 351 comments of Dave Hirschfeld

When I'm back on a computer where I can test I'll try to give more comprehensive environment info. Other than JupyterLab 4 / Notebook 7, the most pertinent fact is...

![image](https://github.com/mamba-org/boa/assets/881019/e6a367f4-587f-40a1-afa4-ffbf22d5de8a) * https://watchfiles.helpmanual.io/migrating/

New api: ```python awatch( *paths: Union[Path, str], watch_filter: Optional[ Callable[[Change, str], bool] ] = DefaultFilter(), debounce: int = 1600, step: int = 50, stop_event: Optional[AnyEvent] = None, rust_timeout: Optional[int] =...

I'm not sure what native `arrow` support `altair` has, but the [`vegafusion`](https://github.com/hex-inc/vegafusion) project integrates Apache Arrow DataFusion with `altair`

Ugh, a stale bot :( I think this is a valid feature request. I've ended up here because my ERD in PyCharm is missing all the relationship information, which makes...

> FWIW - I've added PK/FK metadata end-points to the [Flight SQL server example](https://github.com/voltrondata/flight-sql-server-example) (running DuckDB under the covers). Using the Flight SQL JDBC driver with PyCharm does show PK/FK...

`micromamba` will *automatically* add channels (scoped to the package) on an on-demand basis using the `channel::pkg` syntax: ``` ❯ micromamba create --dry-run -n tst367 python=3.10 pytorch::pytorch pytorch/linux-64 (check zst) Checked...

This one bit me again. Fortunately, I remembered this issue and copied my `.mambarc` to `~/.condarc` and the build was able to progress until the test stage. At the test...

TIL the `jlap` format from a post on discourse: * https://conda.discourse.group/t/how-we-reduced-condas-index-fetch-bandwidth-by-99/257 It sounds very interesting so I'll make sure to follow progress here...