Caleb Hulbert

Results 14 comments of Caleb Hulbert

This is really coincidental; I've run into this issue also the last few days, and just last night (shortly before this issue), I opened a PR to fix this as...

I actually had this exact same problem. I came here to find the solution, but I found a solution myself. instead of calling it with `python` call it as `python3`,...

Is there any documentation or outline on how the event system will work when complete? For example, I'm running into a few issues that I would hope would be accounted...

So, there are a few issues that I see, but maybe I'm not doing this right. Here is the first snippet, which is ideally the way I would like to...

I recently ran into this exact issue, using `jgo` with Paintera. It seems to be related to this issue: https://github.com/conda-forge/openjdk-feedstock/issues/107. The manual solution for me was to just remove the...

I think I'm in a similar position. I'm also using the github hyprlock module, and seeing this same issue, where the labels are only updating on input trigger. Let me...

From what I can tell the Insets here are specific to JFrame, and cannot be changed (they are os dependent). You can override it since `frame` subclasses JFrame, and that...

Ok so I think my lack of AWT experience was showing. I think my description above it true, but the correct solution (I believe) is to be able to set...

@soywiz Would you prefer to set `undecorated = true` by default, instead of making it configurable? If so, I can make a quick PR for it; If you prefer it...

So, I tried your suggestion of changing it back to decorated after setting the size, but it doesn't seem to work (that is, it is still undecorated). It's true that...