/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.aaron-powell.com
| | chrispeoples.com
1.5 parsecs away

Travel
| |
| | chringel.dev
1.6 parsecs away

Travel
| | This post shows an example workflow to automatically deploy the latest version of a Hugo website using GitHub Actions.
| | www.webstoemp.com
1.2 parsecs away

Travel
| | While I regularily use services like Buddy or DeployHQ to build and deploy Craft CMS websites, I wanted to experiment with Github Actions. Here is what I came up with and why.
| | johnjr.dev
14.6 parsecs away

Travel
| Sometimes, when I execute the Chrome inside a docker container I receive the error below: selenium.common.exceptions.WebDriverException: Message: unknown error: Chrome failed to start: crashed It is caused because Chrome uses the /dev/shm to share memory and the docker, by default, set 64MB for this partition. Here, I will describe how to reproduce this error and how to resolve it. How to reproduce To reproduce this error, we need to create a docker image with chrome and python. Then, I created this Dockerfile which uses a multi-stage build to install the chrome and the python.