altery
altery
When sonos-java discovers a play:3 on the network it fails to add it as zone because of a NPE. Specifically, the exception occurs when creating the AudioInService -> AbstractService.findService() returns...
I ran the CLIController with the discover parameter. It seems (at least on OS X), that after the initial discovery of UPNP devices (`startDiscovery()`) , the sonos-java fails to wait...
The plugin fails if a tag is checked out from git: 16:44:21.741 [INFO] [org.gradle.process.internal.DefaultExecHandle] Starting process 'command 'git''. Working directory: (...) Command: git symbolic-ref -q HEAD 16:44:21.768 [DEBUG] [org.gradle.process.internal.DefaultExecHandle] Changing...
Hi, I think it would be useful if the draw routines (drawText, drawNumbers) call display->startWrite and display->endWrite at the beginning and end of the routines. This would allows the backing...
The Boot Documentation has a [section about PropertySource order](https://docs.spring.io/spring-boot/docs/2.7.5/reference/htmlsingle/#features.external-config). The @DynamicPropertySource is missing in this list. According to its [JavaDoc](https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/context/DynamicPropertySource.html), @DynamicPropertySource would be after @TestPropertySource, though it is unclear, if...