Gustavo Hidalgo

Results 18 comments of Gustavo Hidalgo

I would really like this to be fixed. I am having to fight too much muscle memory while using the Notebook interface, and its really really annoying that `z` is...

@javiercn FWIW your comment here detailing the proxy functionality (specifically the need to modify `launchSettings.json`) was enough to unblock me. If you could link that information somewhere into the SPA...

+1, an exception would be better. I spent an hour trying to understand why I couldn't set a cell value until I stumbled upon this issue.

I ran into this problem too, and found that it reproduces when you: 1. Have a `pyproject.toml` that references multiple `git+` dependencies (for example `A` and `B`) 2. There are...

@gadomski do you have any updates to share about this? I would like to use some unreleased changes (specifically the newest media types!) and I need to pull from PyPI...

Thanks for this PR! There is currently a CI issue with Cypress GUI tests, see this PR where I tried to disable the failing test: https://github.com/microsoft/PlanetaryComputerDataCatalog/pull/473/files Before you merge this,...

> Thank you for putting this together, you have clearly done a careful job (and thanks to @jhamman for the earlier attempt). This will take some time to go through....

Sorry I didn't grok that. [Here](https://github.com/fsspec/filesystem_spec/blob/master/fsspec/implementations/tests/test_reference.py) I see `fsspec` tests creating `LazyReferenceMappers` and passing them to `zarr.open`. In ZarrV3, all the object creation functions run the `StoreLike` through [this](https://github.com/zarr-developers/zarr-python/blob/37a8441c20dae3b284803bb1b0d2e6c8f040fb3e/src/zarr/store/core.py#L69) function....

> Yes, this most certainly worked, and if it no longer does, I consider this a major regression and worse user experience. The optional argument `storage_options` gets passed to fsspec....