Johan
Johan
Hi, thanks for your library, works great! A minor issue: if my as-sortable has is-disabled set, the cursor on the as-sortable-item-handle will still be 'move', which is invalid since sorting...
This feature is required to work in an environment with at least somewhat sane firewall rules. Usage: ``` ./shairplay .... --dyn_port_min=5000 --dyn_port_max=5010 ``` This will ensure that the UDP/TCP ports...
First, thanks for excellent utility! I've noticed that when using `netem loss` mode, at the moment it starts to tear down the container, all traffic on the targeted container is...
swaylock 1.5-1, sway 1.6.1-1, pixman 0.40.0-1, cairo 1.17.4-5 from Arch packages. Lenovo X1 G9 Laptop with Intel GPU. Laptop was connected to one USB-C dock with some displays. Outputs off,...
Is it possible to manually specify IP to connect to? I cannot use Search since devices are on another broadcast domain. Cannot find anything in docs or UI, but it...
Did a release today, and noticed the parent module was re-released. There only change to this was that `.gitignore` had been updated. It would be useful if files known to...
If I have a pom with ``` com.example.lib some-lib 1.0-SNAPSHOT ``` and then a child pom with ``` com.example.lib some-lib ``` then the PomUpdater#alterModel will not work; dependency.getVersion() gives null...
Opening a RAML file (yaml format), I got this: ``` null java.lang.StackOverflowError at lv.kid.vermut.intellij.yaml.lexer.ErrorSkippingScanner.peekIgnoringErrors(ErrorSkippingScanner.java:33) at lv.kid.vermut.intellij.yaml.lexer.ErrorSkippingScanner.peekIgnoringErrors(ErrorSkippingScanner.java:50) at lv.kid.vermut.intellij.yaml.lexer.ErrorSkippingScanner.peekIgnoringErrors(ErrorSkippingScanner.java:50) at lv.kid.vermut.intellij.yaml.lexer.ErrorSkippingScanner.peekIgnoringErrors(ErrorSkippingScanner.java:50) ..... at lv.kid.vermut.intellij.yaml.lexer.ErrorSkippingScanner.peekIgnoringErrors(ErrorSkippingScanner.java:50) ``` No idea where to even start...
Using the latest build of the library in an OSGI environment, any apps which uses Guava 18.0 will not be able to use jackson-coreutils (or jackson-patch; see separate pull request),...
CentOS 7 does not have the original netcat package, instead it provides a droppin (almost?) 'nmap-ncat' package: https://nmap.org/ncat/ This exposes a 'nc' binary, which does have the -U command. Unfortunately,...