Ralf Baussenwein

Results 17 comments of Ralf Baussenwein

@quentint thanks for the more straight guide - maybe we should split my guide from https://docs.lando.dev/guides/setup-lando-on-windows-with-wsl-2.html in the official docs into your guide and another for the users with IDE...

If someone has some problems with PHPStorm in Windows and Lando in the WSL: The communication through the Windows Firewall must be allowed for PHPStorm! I guess we should add...

Is your non-root user in the `docker` group? try to run: ``` sudo usermod -aG docker $USER` ``` I stumbled across this yesterday: https://github.com/microsoft/WSL/issues/6655#issuecomment-1142933322

Since rrc.2 I have had the problem that the very helpful xdebug toggle, results in a `502 Bad Gateway` after xdebug-off on apache - does anyone else know that problem?...

Thanks for this "advice"! I created a new wsl distro with Ubuntu 22.04 and since that moment our custom plugin doesn't load anymore. If I replace the hyphen with an...

BTW: The color picker is missing in the list

> I'm using the word chrome in the code/description meaning [a GUI wrapper] Isn't there a better naming? First I was confused without your hint 😕