Johannes Soltwedel
Johannes Soltwedel
@tlambert03 As this is a quite old issue I was wondering whether this is planned in the near future? If you point me to the right place, I can also...
I'm having the same issue as described here. Strangely, it works, when I load images from the command line with `viewer.open("omero://Image:XXX")` System information: ``` napari: 0.4.15 Platform: Windows-10-10.0.17763-SP0 Python: 3.9.12...
HI @marcomusy, thanks for the hint, I totally hadn't seen it, cool work! I think the current return type annotations (`"Mesh"`, `"Points"`, etc) are totally sufficient for what I am...
@marcomusy thanks! Will proceed with a few type annotations next then. Napari has a few issues deciphering whether some inputs are supposed to be floats, integers, etc.
Hi @psobolewskiPhD , do you know who is maintaining the plugin? I sent a PR (#51 ) to fix the problem but it looks like nobody is taking a look...
@psobolewskiPhD I already tried that above and didn't get a reply. Maybe @tlambert03 knows who else has maintainer access to this repository and may be inclined to merge fixes?
As for the PyPi issue - whose PyPi account is currently used for the release? Setting up the API tokens for automatic push and release through PyPi is not difficult,...
@haesleinhuepf The cookiecutter template for napari-plugins [essentially already has it](https://github.com/napari/cookiecutter-napari-plugin/blob/main/%7B%7Bcookiecutter.plugin_name%7D%7D/.github/workflows/test_and_deploy.yml). The relevant part is this bit in the `test_and_deploy.yaml` in the workflows folder: ```yaml deploy: # this will run when...
> This means every time you do dimension reduction or clustering, you are deleting the features. I really think that this needs to be addressed to make this release functional....
@zoccoler I made some progress on this one and I think the only thing left to do (as far as I can see) are - hooking up some of the...