Michael Heinrichs

Results 28 comments of Michael Heinrichs

I think we have to keep PAC-support, but I will double check. My suggestion is to rewrite the code to be based on JSR 223 (Scripting API). This would make...

We should remove the source-attribute from the presentation model that represents a DolphinBean

Yes, we need to provide both IMO, because sometimes bower fits better and sometimes npm.

Hi, sorry for the late reply. Must have missed the notification. I am not sure, I understand your question. Do you want the elements to be added and removed in...

Usually you would use a Set to implement a Map, where each element is a pair consisting of the key and the value. Which one of the Set implementations you...

Good idea, I am looking into it. The procedure looks quite complicated. But I am hopeful that JFrog's solution will be easier. :)

I am giving up on the JFrog solution. It appears as if something with my access right is wrong - even after several attempts. The fact, that I have no...

Despite the name, ReduxFX is not an attempt to simply reimplement Redux for JavaFX. (Well, maybe it started that way...) :) I have looked at several frameworks that enable FRP...

I'd love to be able to use a Redux-Devtool for JavaFX. It should not be too hard IMO, at least when it comes to the core functionality. Luckily most of...

I have to admit I am stuck here, because I am still struggling to understand the original design of Redux. I guess the problem boils down to this: The dispatching...