Edward Barnard
Edward Barnard
Use case: Have a datasets organized by subdirectories in `/storage/`. Each dataset is a subdir ie `/storage/dataset1`. I would like to register sub-directories individually like (as new datasets arrive): `tiled...
It would be nice to run the server in reload mode for debugging. It is possible to do this with FastAPI and uvicorn with the uvicorn `--reload` option. It is...
When trying to import `tiled.client.register` I encountered a hang up that happens when trying to import the `blosc2` file format library. The import will never return. When terminated I get...
**Describe the bug** Blosc2 uses `py-cpuinfo` library on module import. There are some issues with `py-cpuinfo` on macOS (https://github.com/workhorsy/py-cpuinfo/issues/216, https://github.com/workhorsy/py-cpuinfo/issues/218) that could cause blocsc2 to fail or hang during import...
# Config * CPU architecture: Apple ARM (M1 Ultra) with Rosetta (x86) python * Operating System: macOS 15 * Python version: 3.11.11 * Version of py-cpuinfo: 9.0.0 `cpuinfo.get_cpu_info()` hangs waiting...