plata
plata
On a device without physical keyboard attached or a convertible laptop in tablet mode: While it's possible to use the virtual keyboard if the InputMethod is set, it would be...
If no mouse/touchpad is available, the cursor should not be shown.
I've tried to enable the virtual keyboard as described in https://wiki.archlinux.org/title/SDDM#Enable_virtual_keyboard. However, this didn't work. Setting `InputMethod` in `/etc/sddm.conf` works. Is this the intended behavior? If so, what's the purpose...
I cannot figure out what exactly is the behavior but I observed: - keyboard opens on the screen with the selected password field instead of where the button has been...
It should be possible to put the core functionality into a library which can be reused by other projects.
**Disclaimer:** I'm an admin of Phoenicis. I like the idea to be able to install Windows applications like "normal" applications on Linux. However, I think winepak has two big issues:...
the basic `FromURL()` would be enough
see https://github.com/PhoenicisOrg/scripts/pull/1195 I'm not sure if my ESLint config is ignored or what's going on but the review only commented about two issues even though there are four.
### Problem description The download rate toggles because it doesn't use fixed digits. For example, 5.4 MiBits vs 5.39 MiBits. ### Feature description Always use two digits after the ".":...
The Nashorn compatibility changed to ECMAScript 5, see [changelog](https://github.com/oracle/graaljs/blob/master/CHANGELOG.md#version-2120). Therefore, e.g. several Array related methods like `flatMap()` do not work anymore (see also this [comment](https://github.com/oracle/graaljs/issues/545#issuecomment-1016781198)). It might be sufficient to...