Matthias Arzt

Results 43 comments of Matthias Arzt

I wonder if the documentation of `LoopBuilder` could be part of some introduction to imglib2. @tpietzsch What do you think?

@frauzufall How can I see the website that contains this howto?

Here is my preliminary cheat sheet to help me understand SciJava behavoirs: InputMap - A map: short cuts -> action ID ActionMap - A map: action ID -> actions InputTriggerMap...

In the example I set up to lists of parameters. The first parameter list is: 1, 1. The second parameter list is: 21, 21. Although the parameter lists are different...

> @maarzt we are actually checking for all parameters. any idea where exactly the hashing fails? @dietzc 1. The hash functions used in Java are of poor quality so hash...

I invested the cause of this problem: 1. `CommendService.run(...)` tries to execute the `Command` as task in another thread. Lets name this thread "thread B". 2. Before the `Command` is...

I have two solution ideas: 1. The events `ModuleStartEvent`, `ModuleCanceledEvent` etc. seem to only be used in the `LegacyService`, so we can change `publishNow` to `publishLater` and see if the...

> (2) might work, but I think it's bad programming to execute a command and then wait for it on the EDT. You are not supposed to block operations like...

Yes, I agree, that would solve it. :star2:

> Even though the Logger is optional, it is still a parameter, unlike LogService which is ignored by the ops matching framework. The Logger should be completely invisible to ops,...