sandpolis icon indicating copy to clipboard operation
sandpolis copied to clipboard

Ultimate virtual estate monitoring and management!

Results 31 sandpolis issues
Sort by recently updated
recently updated
newest added

Bumps com.diffplug.spotless from 6.0.0 to 6.12.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.diffplug.spotless&package-manager=gradle&previous-version=6.0.0&new-version=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...

dependencies

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

enhancement

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...

![Снимок](https://user-images.githubusercontent.com/14289360/77221612-b762a200-6b7d-11ea-8f59-7e28d03ebef0.jpg) 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...

bug

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...

bug