sbienkow
sbienkow
Since the border isn't visible, it can be annoying for some players and makes issues like [#115](https://github.com/Brettflan/WorldBorder/issues/115#issue-381297171) more common. This could be solved by either adding a warning when a...
Players keep getting teleported below y=0 when they hit the world border. This mostly happens in the nether. My proposal is to add a PlayerTeleportEvent listener, check if the cause...
Monitoring exporters, like this one: rely on being able to send signal to docker container in order for keepalived to dump its stats/data files. Because in this image the PID1...
Currently, if docker mode is enabled, this exporter first checks signal numbers, by executing command in container: `docker exec "${container-name}" keepalived --signum [STATS|DATA]`. Related lines: https://github.com/cafebazaar/keepalived-exporter/blob/master/internal/types/container/keepalived_container_collector_host.go#L76-L104 It then uses those...
Example invalid due to bash interpreting it as default value, not slicing operation.
See https://github.com/jenkinsci/google-storage-plugin/issues/42 Exactly the same issue, just different build step - `googleStorageBuildLogUpload` doesn't upload Jenkins log in post steps. Looks like the fix is simple, but potentially more than just...