Patrick Plenefisch
Patrick Plenefisch
I have hit this too. I have found the following interesting behaviors: - Pressing Numlock once turns off numlock - Pressing Numlock twice allows numeric digits to be entered -...
> I found a fix. Create `/etc/sddm.conf.d/numlock.conf` and add: > > ``` > Numlock=on > ``` > > The reason it is broken, is because the default setting in `/usr/lib/sddm/sddm.conf.d/default.conf`...
Assigning myself to keep track of this for subspawn-win32
The plan, as far as I'm aware, is for the next release (or the one after that) to ship subspawn-win32, however that is contingent on me getting access to a...
It's a backend for my SubSpawn project: https://github.com/byteit101/subspawn/ Each component is a gem, you can find subspawn-posix and subspawn on rubygems JRuby currently uses SubSpawn for PTY.spawn and other PTY...
Yeah! If you are lucky subspawn-win32 now works. You are generally lucky about 2/3 of the time. When you are unlucky, a read of a pipe from a dead process...
That's a great question. This is waiting on debugging the windows hangs in subspawn-win32. I've been very busy this year, though things should be calming down for me in a...
Just here to comment that this is still an issue in 2024
JavaFX is weird like that. You can either use the java style, from an injected, found, or passed in object: https://stackoverflow.com/questions/26060859/javafx-getting-scene-from-a-controller Or using the instance varables exposed in a more...
@enebo how does require work? can I simply run jrubyc over it and require will work or do we need to do more work?