Dave Hirschfeld

Results 89 issues of Dave Hirschfeld

...as a quick google unfortunately turns up pletzer/pnumpy

### Problem description The output of `pixi global list` is unsorted making it more difficult to find the package you're interested in. e.g. ``` ❯ pixi global list Global install...

enhancement

As mentioned in https://github.com/orgs/community/discussions/38262#discussioncomment-5959296, it would be great if this api were documented so that others could make use of it directly

I'm not too sure what channels `rattler-build` is using because the name is being truncated (`/home/user/code/gith???`): ``` Running tests Creating test environment in "/tmp/rattler-build_eq-devtools_1698556185042/work/test" Resolving for environment specs: - eq-devtools...

In `setuptools_scm` you can supply a callable `(ScmVersion) -> str` ![image](https://github.com/ofek/hatch-vcs/assets/141107424/b3b86f83-c446-4e08-815b-648de3cc13e7) https://setuptools-scm.readthedocs.io/en/latest/config/#configuration-parameters However, it appears that the only way to use a custom callable is by defining it in `setup.py`...

In the filebrowser, clicking on a directory will expand/collapse the immediate children of that directory. It would be great to have some way to apply that recursively for all folders...

I use the `uv` package manager and have it globally installed as a default tool, available anywhere. When I install `hatch`, my globally installed `uv` is masked by the version...

As it says in the title! IIUC `zict.File` only reads/writes to a local filesystem. It would be great to instead be able to write to any filesystem supported by `fsspec`.

I'm trying to create a `solara=1.19.0` component in `jupyterlab=4.0.5` with `ipywidgets=8.1.0` (on Windows) I have `from_date = sol.use_reactive(cast(Optional[str], None))` which will be set to (a string repr of) a date....