Otto Kekäläinen

Results 404 comments of Otto Kekäläinen

We have not had any issues with wp-languages.github.io for a long while. The plugin https://github.com/Angrycreative/composer-plugin-language-update has not been updated in 3 years. We could move to a wp-cli -only method,...

We still have in `composer.json` language files installed with: ``` "koodimonni-language/fi": "*", "koodimonni-language/sv_se": "*", ``` WordPress itself also installs language files, and we have the helper [wp-fix-languages](https://seravo.com/docs/get-started/available-commands/#wp-fix-languages) that also does...

Thanks for reporting! Can you send a copy-paste of what `ls -la` prints inside and outside Vagrant in the situation that "everything has been removed"? Or a screenshot? This could...

We have not been able to reproduce this issue. If somebody experiences this again, please provide more into. For example file listings with permissions would be nice to see in...

Thanks for reporting! We have not seen this error before. What Vagrant version are you using? Any other info about your OS and environment so we could try to reproduce...

We have not been able to reproduce this. Is it still happening for you?

TODO: - Test all network options on Mac: https://docs.docker.com/network/ - Check if any of this applies on Mac: https://docs.docker.com/network/bridge/ - Find out if there are more docs for Docker for...

From https://docs.docker.com/docker-for-mac/networking/ > There is no docker0 bridge on macOS > Because of the way networking is implemented in Docker Desktop for Mac, you cannot see a docker0 interface on...

Some people seem to run Traefik on localhost:80 and use it to route traffic to other containers. These setups don't have any DNS, they just use example.docker.localhost or example.host.internal, which...

Did some experiements with [Traefik](https://github.com/Seravo/wordpress/tree/feature/traefik). Results:   | Vagrant | Docker with Traefik | Plain Docker -- | -- | -- | -- Start command | vagrant up | docker-compose up...