Frank Delporte
Frank Delporte
### What Happened? When logged out the screen stays on. Same problem while logged in. ### Steps to Reproduce Using ElementaryOS on all-in-one PC (ADJ) with three user accounts as...
I see multiple writeToSVG methods are included in SVGUtils, but I'm wondering if I can also load an existing SVG to add it to the SVG I'm creating?
I propose to merge the current state of the extended LinuxFS support. That will allow us to easily test it with a SNAPSHOT version. What do you think @savageautomate and...
Reported by @haumacher APIs using ByteBuffers are very convenient - much better than (byte[], off, len) APIs. Fortunately, pi4j supports such APIs, but unfortunately, it is currently not possible to...
Extending the Raspberry Pi plugin will enable us to achieve following goals - Make it easier for the user to configure GPIOs - Link PWM channels with the correct GPIO...
As the native PiGpio integration requires sudo-privileges, a lot of users have problems or don't know if this requirement although it is mentioned in the documentation. Relateded issues * https://github.com/Pi4J/pi4j-v2/issues/211...
- Removes the need for any third-party libraries installed/configured - No SUDO needed? (not 100% verified) - Make these the default providers for the RaspberryPi platform
An example is available with V1 on github.com/FDelporte/JavaOnRaspberryPi/tree/master/Chapter_10_Spring, but not yet with V2
Java modules: add more info to website, document how/why, alternative approach with jlink/graalvm?
Java modules are hard to understand (and use), so we need to clearly show how/why they are used. https://www.theoryofgeek.com/articles/fomo-java-module-edition
Different approaches should be possible * User can inject his own executor service into the Context * The Context needs to create its own ExecutorService if none is provided This...