Peter Sobolewski

Results 567 comments of Peter Sobolewski
trafficstars

@DirkRemmers >1. `Plugins > clEsperanto: Assistant' gives me a warning and does not open any sidebar with all assisant options. The error is: This sounds exactly like what I got...

Here's my conda env, all quite fresh. Only related thing that's different is my pyopencl is newer? `pyopencl 2021.2.13 pypi_0 pypi` ``` # Name Version Build Channel adwaita-icon-theme 41.0 ha770c72_1...

You can use `lipo -info` on your python binary. ``` ╰─ which python (napari-CL) ─╯ /Users/piotrsobolewski/Dev/miniforge3/envs/napari-CL/bin/python ╭─ ~ ···································································· ✔ ─╮ ╰─ lipo -info /Users/piotrsobolewski/Dev/miniforge3/envs/napari-CL/bin/python Non-fat file: /Users/piotrsobolewski/Dev/miniforge3/envs/napari-CL/bin/python is architecture:...

So that confirms you're using x86 python env from anaconda, so if you're on an M1 mac it's running in emulation via so-called Rosetta2. This would suggest the issue I'm...

As one of the confused people by the blank page, the banner is great—thanks! But from the other screenshots, it looks like the expired jobs are there somewhere, so maybe...

Love it! thanks! Minor nitpick: I think there's a line break missing:

Interesting, I can use the plugin ok with ome-zarr 0.8.3, with napari 0.4.19. e.g. `napari https://uk1s3.embassy.ebi.ac.uk/idr/zarr/v0.4/idr0001A/2551.zarr/A/1/0` Here's the validation: https://ome.github.io/ome-ngff-validator/?source=https://uk1s3.embassy.ebi.ac.uk/idr/zarr/v0.4/idr0001A/2551.zarr/A/1/0/

> * Any other way that a napari file-reader plugin can direct users to the images within the `directory.zarr`? I wonder if something akin to scene handling in napari-aicsimageio would...

I think zarr supports n5? So maybe it's just a question of adding the extension to the manifest? I dunno and I don't have any N5 files to test.