waahhhh
waahhhh
I'm using Ubuntu in VirtualBox. The host system has a nvidia GPU. Got a similar error message: ``` /usr/local/share/scrcpy/scrcpy-server.jar: 1 file pushed. 3.9 MB/s (22470 bytes in 0.006s) MESA-LOADER: failed...
@weierophinney using `$useHiddenElement` with `true` (which is current the default of `\Laminas\Form\Element\Checkbox`) works fine in my case. Note: setting the checkbox to disabled within the form like: ```php $form->add( (new...
We should concentrate on implementing it in version 2 as a router.
Already fixed in a "newer" pull request. Still waiting for merge. See: https://github.com/pierlon/scrcpy-docker/pull/25
Creating the PR takes some time, because it's not easy for me to find into the project. Now I've found an approach. The PR will be ready shortly.
```text $ echo $((ip route list scope global | grep -E "\b(172|10|192\.168)\.") || (ip route list | grep -m1 default)) 10.244.1.0/24 dev tun-852356528 proto 17 src 89.XX.XX.XX ``` ```text $...