Stefan Helfrich
Stefan Helfrich
> Now the surface area of a "half-circle" is bigger than the surface area of the banana. I have never thought about that case, thanks for pointing it out @tibuch!
> If preprocessing is completely disabled will that cause non-user parameters like the LogService to remain null as well? As far as I know, that's the case. You can, however,...
We were wondering what the status on this issue was, @ctrueden? Especially with respect to (macro) recording of `Service`s? /cc @milkyklim
> This is unrelated to visibility of parameters in UI widgets, no? It is: sorry 😞 ! This issue was the first one that turned up during a search... >...
> IIUC, the goal is to suppress the display of outputs for a specific module execution, not globally for the context. That's true, @ctrueden. > I like the idea of...
We could potentially just rely on [`CacheService`](https://github.com/scijava/scijava-common/blob/master/src/main/java/org/scijava/cache/CacheService.java) instead of build a dedicated `Service`.
It works as I expect it to work after resetting the Prefs. That leaves us with two issues: 1. If a `ModuleItem` has been persisted previously, this value will still...
> With this change, explicitly setting `persist=true` for a `ModuleItem` that also has `initializer` set, will disable persisting (that's what we have expected) I have added clarifying documentation in `Parameter`.
Thanks for the comments (and being so patient), @ctrueden! They have been addressed.