Jan Eglinger
Jan Eglinger
I was stumbling upon this same issue when trying to use a GitHub block in a Prefect Deployment with an agent running on Windows. ``` Traceback (most recent call last):...
Here's how the test fails on Windows currently: ``` $ pytest tests/test_filesystems.py ============================= test session starts ============================= platform win32 -- Python 3.8.13, pytest-7.2.0, pluggy-1.0.0 rootdir: C:\code\prefectHQ\prefect, configfile: setup.cfg plugins: anyio-3.6.2,...
Doesn't the *Ridge Detection* command get recorded? From its use of `GenericDialog[Plus]`, I would have guessed so. In any case, I think you can take the `Lines_` plugin class as...
I've just been looking for a fallback option for `magicgui` when no graphics are available (e.g. ssh connection to a remote machine), and this PR looks promising 🙂 We're currently...
@LPUoO the notification was indicating that Travis CI, our continuous integration (that makes sure the project builds correctly without errors), had failed when trying to build your pull request. Apparently...
Some of these open issues on `ome/bioformats` might be relevant: https://github.com/ome/bioformats/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+nd2
(probably duplicate of #2680)
@chalkie666 wrote: > the maths explodes for some reason that is documented in the code as far as I remember. I couldn't find any comment in the source code, but...
@rcatwood > But it is there, in a deep menu somewhere. The [command finder](https://imagej.net/Using_the_Command_Launcher) is extremely helpful for that. Hopefully, recent work by @ctrueden in https://github.com/imagej/imagej-legacy/compare/search-bar will make this functionality...
@KSchmidtACR did you try the suggestions on the *Troubleshooting* page? In particular, I assume that initializing with a local copy of Fiji (including `imglib2-unsafe` and `imglib2-imglyb`) could help, as described...