RoiEX

Results 41 comments of RoiEX

@DanVanAtta Looks like this version of dropwizard has a dependency resolution problem causing `com.liveperson:dropwizard-websockets` to use jetty modules that are incompatible with the jetty modules that come with the "core...

@DanVanAtta IIRC the stacktraces are truncated at some point, right? Looks like the crucial information is missing in this case. Any idea on how to fix this in the future?

> So basically, you would like to have a 'reusable' Node, that has multiple parents or at least is visible multiple times at once. Because this is impossible (Node can...

Yeah that's exactly what I want to achieve. Interesting thought of using DisplacementMap, I saw that effect as well but didn't think too much of it because I only thought...

> There is FXGL, which exposes OpenGL to the Canvas or has its own Canvas, not sure. Any chance you mean JFXGL? Both exist, only the latter one has to...

@DanVanAtta I agree that migrating to docker is probably a good move, however I'm not sure how docker could be used to ease future migrations. If we keep the whole...

@bacrossland > The things that I would to check is if there are any databases migrations between versions. We don't need any surprise data changes when launching into prod. NodeBB...

@panther2 I haven't been able to keep up with the latest development. But from the issue you describe it looks like the link it's generating for the file is just...

@panther2 I created #11092 which has a fix for this