Tres Finocchiaro
Tres Finocchiaro
Some targets in `build-hidapi.sh` will fail when `make clean` is called with the error: ```diff - make: *** No rule to make target `clean'. Stop. ``` I propose we abolish...
HID4Java should be built using an older SDK, such as 10.9. ### MacOS x86_64 * At time of writing this, the 10.9 SDK is the oldest SDK which Apple will...
Running `./build-hidapi.sh linux-armel` results in an error. * When running this build an error occurs stating that claims a header is missing. ``` hid.c:44:10: fatal error: libudev.h: No such file...
@gary-rowe as ARM OSs are becoming more popular on Windows and inevitably macOS, can we help contribute binaries to you for those platforms? If so, how can we get started?
### Summary The `native-lib-loader` should allow specifying a library in a static location for edge-case scenarios, usually imposed by security restrictions, constraints or sandboxing. **Edit:** Static locations may also offer...
- Adds MSVC support to "Calf" plugins. - Adds several upstream patches See also https://github.com/LMMS/veal/pull/9, https://github.com/LMMS/veal/pull/5, https://github.com/LMMS/veal/pull/6, (etc)
Per: https://wicg.github.io/private-network-access/#http-headerdef-access-control-request-private-network ... explained: https://www.bleepingcomputer.com/news/google/new-google-chrome-feature-blocks-attacks-against-home-networks/amp/
When QZ Tray is starting on a PC with Java 1.8 assistive technologies enabled, the following error occurs. * Configuration file `%USERPROFILE%\.accessibility.properties` ```properties assistive_technologies=com.sun.java.accessibility.AccessBridge screen_magnifier_present=true ``` Workaround: * Delete or...
Switches to the new experimental `glass.platform="Headless"` property, removing the special monocle JavaFX dependency. * This is built atop the `jdk21` branch, but the only relevant commits should be those on...
Closes #1218