Andrew Auclair
Andrew Auclair
Hi, I found an issue with the JLine 3 - picocli system completer when it comes to auto completing options. I was able to reproduce it with the example. If...
This is an attempt at making an improved version of #3101 that has tests. `setRotationStrategy`, `setArchiveStrategy` and `setPurgeStrategy` allow setting custom strategies to be used by the `FileChannel`. These new...
Changes to help address the issues I was seeing in #4537. This change makes `SocketImpl::available` throw an error exception if the result of `recvfrom` is negative and there was a...
**Describe the bug** Created a DatagramSocket with local address 127.0.0.1:0 and remote address 127.0.0.1:2345. After calling `sendBytes` on this UDP socket, `poll` returns true, then `available` returns -1 and the...
Add cache path for multi-config output directories.
Work in progress of overhauling the internal structure of the `FloatListener`, `DockingUtilsFrame`, `DockingHandles` and `DockingOverlay` classes. Currently `DockingOverlay` is responsible for a long laundry list of overlay features and is...
Looks like the overlays flicker on and off really bad when dragging a window in Gnome on Arch.
This is running a Modern Docking app remotely on CentOS 7 through MobaXTerm. Looks like I finally found a setup without transparency to use for testing. I'm not sure what...
This one is pretty annoying. If a dynamic dockable is in a tab group, it is not reloaded. But having it alone in a panel (SimplePanel) then it loads fine.
Originally it was intended that unclosable dockables would be docked back to the main frame when their floating windows were closed. That is not working as intended.