Jeremy Huddleston Sequoia
Jeremy Huddleston Sequoia
I'm a tad confused. Are you saying that the background is only transparent in the screenshot? I wonder if the colors we're getting are actually transparent. Or maybe we're getting...
Does anyone have a simple sample application that shows this problem? I see a lot of examples listed, but (AFAICT), I don't have access to any of those. Having a...
Let me rephrase. Does anyone have a repro that is local and doesn't require a remote linux box? =)
I was more wondering for ease of debugging (so I can attach to the client and host process on the same machine). I've got an umbutu VM that I can...
Java seems to be a common thread throughout this. Are all of you running your java apps remotely or does anyone have a way to trigger this issue with an...
Ok, thanks Robert. I was under the impression that 2.7.11 worked on the M1 mac because it was running under Rosetta, so that is good clarification for me.
So in trying to reproduce this, I did: 1. Install Docker from https://www.docker.com/products/docker-desktop 2. Run Intelli-J -- https://hub.docker.com/r/rycus86/intellij-idea ``` $ docker pull rycus86/intellij-idea Using default tag: latest latest: Pulling from...
I was able to reproduce with my Ubuntu VM using https://github.com/toxiudev/simple-gui/releases/download/1.0/gui.jar ``` jeremy@tair-ubuntu:~$ java -version openjdk version "14.0.2" 2020-07-14 OpenJDK Runtime Environment (build 14.0.2+12-Ubuntu-120.04) OpenJDK 64-Bit Server VM (build 14.0.2+12-Ubuntu-120.04,...
I've also filed an internal radar to track this: rdar://77000665
@robcast Oh no, I wasn't using an x86_64 container. I was using the arm64 native Docker... it worked fine right up until it crashed ;) Would someone be willing to...