Reiner Jung

Results 70 comments of Reiner Jung

I can confirm this. The extension does not work with gnome-shell 3.24. The tweak tool only informs me that there was an "error loading extension". Unfortunately, there is no further...

It looks like that add(Object) and addNonBlocking(Object) also have no type constraint. We could create a branch and make these functions use T or ? extends T as type. Also...

Hab rausgefunden warum das nicht so einfach zu machen ist. In AbstractPort gibt es ein statisch definiertes Element TERMINATE_ELEMENT, welches vom Typ Object ist. Das wird dann in OutputPort genutzt...

Have a look, I put the current changes in the branch 31-type-safety

I think, we have to find out why a termination object is required.

Good idea. I'll ask Nelson about the issue. Maybe he has some insights.

Nelson has no idea, but Christian provided some insights: > Ihr habt richtig herausgefunden, wieso Object auf Pipe Ebene notwendig ist, um auf höherer Ebene type safe zu sein. >...

A solution could be to execute inputs in the sequence they are specified in the test, e.g., send(values1).to(port1).send(values2).to(port2).send(additionalValues).to(port1).start();

author André van Hoorn -- Tue, 30 Jul 2013 16:31:16 +0200 On 07/30/2013 01:25 PM, Reiner Jung wrote:> > Hi folks, > > Kieker has the ability to produce architectural...

author nils-christian -- Sat, 20 Apr 2013 20:10:18 +0200 Couldn't this be done using svg (+ a suitable render engine)? As far as I know svg supports animation and such...