Petr Újezdský
Petr Újezdský
``` If (-NOT $global:balloon) ``` is reformatted into ``` If (-NOT$global:balloon) ``` which is unrunnable. I have stumbled over this when I tried to integrate https://github.com/proxb/PowerShell_Scripts/blob/master/Invoke-BalloonTip.ps1 into our project.
This URL lead to 404 so I have fixed it.
In wide mode it is somewhat OK:  But in narrow mode it is worse:   App version `3.5.4 (3.5.4.154)` MacOS `Catalina 10.15.7 (19H114)`
FEATURE REQUEST We are developing web application using `docker-compose` with multiple containers. Each container has properly implemented the `healthcheck` property, so the `health` status should be always correct. The web-server...
### TL;DR ``` public class GraphQLWebAutoConfiguration { @Autowired(required = false) private Map executionStrategies; ``` is populated by spring as map `beanName -> bean`, when I have some `ExecutionStrategy` in spring...
### Description I am using [`wg-easy`](https://github.com/wg-easy/wg-easy) successfully inside Docker for Mac version `4.22.0`. However newer versions of Docker for Mac break the TCP layer making `wg-easy` not working at all....
**Describe the bug** I am using `wg-easy` successfully inside Docker for Mac version `4.22.0`. However newer versions of Docker for Mac break the TCP layer making `wg-easy` not working at...
### Description It seems the file changes watching is broken in `VirtioFS`. If I start the `wildfly` application server with some app from bind mount, the `wildfly` keeps redeploying it...