Francesc Alted

Results 90 issues of Francesc Alted

Right now, there is only one [GHA script](https://github.com/Blosc/python-blosc2/blob/main/.github/workflows/cibuildwheels.yml), but it would be better to have two: 1) One that triggers on regular commits (will run tests, flake8...) 2) One that...

enhancement

Right now, subscribing to a root implies to extract metadata for all the paths in the publisher and send this info to the subscriber. It would be smarter to send...

My understanding is that OpenHTJ2K supports mainly 32 bit sRGB images (4 bytes/pixel) as inputs. We would be interested in knowing if it could accept 16 bit gray images as...

First of all, thanks for your great work in the making of OpenHTJ2K @osamu620 ! This is just to inform that Blosc2 has recently [introduced support for using the OpenHTJ2K...

It is quite frequent for some applications (numexpr, but others too) to hit the NPY_MAXARGS limit. You can find a report about this problem here: https://github.com/PyTables/PyTables/issues/286 Making this number larger...

01 - Enhancement
63 - C API

In order to allow an `/api/chunk` REST call from a `LazyExpr` in the subscriber, we need to implement a `get_chunk()` for LazyExpr.

Right now, only the publisher that creates a root can remove it. Not having an API for doing the same in the broker leads to situations where a root has...

When selecting a dataset in current Web GUI, all the chunks are cached from publisher. E.g.: ``` INFO: ::1:49504 - "GET /plugins/tomography/display/example/lung_20x.b2nd HTTP/1.1" 200 OK INFO: ::1:49505 - "GET /api/download/lung_20x.b2nd?nchunk=0...

To avoid issues with browser caches, files like [main.js](https://github.com/ironArray/Caterva2/blob/main/caterva2/services/static/main.js) and [main.css](https://github.com/ironArray/Caterva2/blob/main/caterva2/services/static/main.js) should be replaced by versions with e.g. a hash in filename during packaging or during deploy. For easiness, one...

enhancement