Tako Schotanus
Tako Schotanus
I still haven't been able to reproduce this problem locally, I'll have to set up a second system. But the cube and the gun are indeed treated differently. That's done...
@cprezzi understood, I had just wanted to keep it simpler, but for people with multiple machines connected to a single server a single profile would not work indeed. Thanks for...
> By the way, it's also possible to connect to lw.comm-server with more than one client at the same time. For example the PC to create the gcode and run...
@DataWorm indeed, I use OctoPrint for my 3d printer and I love that I can access it in the exact same way from different clients. Something like that for a...
@cprezzi yes, but that setup is pretty complex. Each time I use a new client (or a client that has its cache cleared) I need to put it side-by-side with...
Does it for you? Hmm, it doesn't for me... Perhaps I have a Java 8 without JavaFX, is that possible?
I'm not sure this is that easy, remember that we are depending on images that normally don't come in different Java version "flavors". See for example: https://hub.docker.com/r/nodeshift/centos7-s2i-web-app/tags
Sure, but they don't exist now so that would have to be a job for the runtime teams. We'd have to convince them to maintain a list of images for...
~And then we still have the versions for the runtimes themselves. So we'd have the different versions for the Vert.xs and Spring Boots and Thorntails *combined* with the different Java...
Ok, so the good news is that all our Java-based apps at least use a single image: "redhat-openjdk18-openshift". The bad news is there's only one, for Java 8. So we'd...