maffe
maffe
To avoid having to cast in client code, - `ARecord.getAddress()` should return `Inet4Address` - ~~`AAAARecord.getAddress()` should return `Inet6Address`~~ (not feasible since Java creates `Inet4Address` instances for [`::ffff:0.0.0.0/96`](https://datatracker.ietf.org/doc/html/rfc4291#section-2.5.5.2)) I tried to...
I would like to map a result to a constructor, but some of the columns should be combined into a `Collection` parameter of that constructor. I propose a new annotation...
Fixes https://github.com/EventGhost/EventGhost/issues/410
https://github.com/EventGhost/EventGhost/blob/177be516849e74970d2e13cda82244be09f277ce/plugins/System/__init__.py#L122 I see [why](https://stackoverflow.com/questions/12572441/sendmessage-sc-monitorpower-wont-turn-monitor-on-when-running-windows-8) this is done, but please move my cursor back :-) I had this action triggered multiple times and it moved the cursor away from the position...
**Describe the bug** Media keys (Play, Pause, Mute etc.) don’t generate events. **To Reproduce** 1. Press Play or any other media key on the keyboard 2. EventGhost does not show...
**Is your feature request related to a problem? Please describe.** I use a [USB switch](https://www.aten.com/global/en/products/usb-&-thunderbolt/peripheral-switches/us424/) to connect my input devices to multiple computers. It’s a 4-port USB hub which connects...
This adds a method to get a `PSQLState` enum value by its error code. This makes comparisions easier, avoiding `getState()` calls in each comparision, for example: ``` PSQLState.fromCode(sqlException.getSQLState()) == PSQLState.FOREIGN_KEY_VIOLATION...
### Apache NetBeans version Apache NetBeans 15 ### What happened The test results window does not show up automatically when selecting “Test” in a project’s context menu. After opening it...
### Description #34423 added heredoc syntax to the Dockerfile syntax. The implementation does not work as expected when saving the Dockerfile with CRLF linebreaks, which are common on Windows. ###...
Sometimes I cannot upgrade to a new major version of a dependency yet. It would be useful to have the plugin report the newest version on each version level (major/minor/patch)....