sandpolis
sandpolis copied to clipboard
Ultimate virtual estate monitoring and management!
Bumps com.diffplug.spotless from 6.0.0 to 6.12.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
There are several loss patterns in `HolePunchHandlerTest` that are unreliable and need to be reinstated.
The following extension points need to be created: - [ ] Attribute: responsible for registering generated attributes - [x] Exelet: responsible for registering message handlers - [ ] UI: responsible...
The attributes stored in `attributes.yml` need to be registered with the instance on plugin load.
There seems to be two options for adding TOTP support: - https://github.com/j256/two-factor-auth - https://github.com/jchambers/java-otp
Once upon a time (before modules were introduced), the unit tests passed gloriously with **at least 50% coverage**. Now they are utterly broken and have become dilapidated as a result...
 I decided to try an interesting program for remote control on two computers, both Windows 10 64 bit. Both computers have the latest Java installed. On one, I installed...
In some rare cases, tests that setup a socket listener can fail due to timing issues. All unit tests that use sockets need to ensure the listener is active before...
There's a minor race condition in CarouselPaneTest: ``` com.sandpolis.viewer.jfx.common.pane.CarouselPaneTest > carouselPane_3(FxRobot) FAILED java.lang.AssertionError: Expected: Node has child "#view1" to be false but: CarouselPane@238b0a12[styleClass=root] at org.testfx.assertions.impl.Adapter$1.matches(Adapter.java:56) at org.assertj.core.internal.Conditions.assertIs(Conditions.java:61) at org.assertj.core.api.AbstractAssert.is(AbstractAssert.java:327) at...