Norman Fomferra

Results 35 issues of Norman Fomferra

### What happened? I'm struggling whether this is a bug or not. At least I faced a very unexpected behaviour. For two given data arrays `a` and `b` with same...

topic-indexing
enhancement

The `AbstractFileSystem` states for the `cat()` operation: ```python def cat(self, path, recursive=False, on_error="raise", **kwargs): """Fetch (potentially multiple) paths' contents Parameters ---------- recursive: bool If True, assume the path(s) are directories,...

Note, this issue could also be caused by `xarray`. I have [kerchunked](https://fsspec.github.io/kerchunk/reference.html#kerchunk.hdf.SingleHdf5ToZarr) a large number of NetCDF4 files (located in S3) and put the reference JSONs into a single Zip...

`fsspec.implementations.zip.ZipFileSystem` seems to have an issue with append mode 'a'. I assume, opening in mode 'a' allows for adding new Zip-entries to an existing Zip archive. At least this is...

- [x] I have searched the [issues](https://github.com/recharts/recharts/issues) of this repository and believe that this is not a duplicate. ### Reproduction link [https://recharts.org/en-US/api/Brush](https://recharts.org/en-US/api/Brush) ### Steps to reproduce Just visit https://recharts.org/en-US/api/Brush#data and...

My NB platform application has two modules A and B: - NB module A has a dependency on a plain JAR which embeds classes whose package paths start with "javax.xml"....

* Cate is now designed to work inside of Jupyter Lab and standalone. For this reason, the Cate App UI is now bundled with the Cate server and served via...

### Expected behavior Cate Web API's WebSocket coinnection should close only if user log outs. ### Actual behavior Some server configurations (using Nginx) will close WebSocket connections once they are...

bug
gui
blocker
webapi

Add capability to for up- & downloading directories as ZIP to Cate web API server. This is required to deal with Zarr datasets. ### Steps to reproduce the problem 1....

gui
webapi
feature_request

Missing a CLI command and API functions that allow creating RGBA image pyramids from a dataset variable in the same way as it is done in the Cate's web API...

cli
feature_request
CfS