/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

briankung.dev
| | lea.codes
1.0 parsecs away

Travel
| | Sprinkle your JavaScript codebase with type annotations in JSDoc, run checks against it and auto-generate documentation.
| | eklausmeier.goip.de
0.9 parsecs away

Travel
| | Steps to host static content on GitHub: 1. create repo with name user.github.io, 2. Store your content under root, 3. Add CI yaml file.
| | zelig880.com
0.5 parsecs away

Travel
| | Learn how to setup CI/CD and deploy your VitePress documentation site on GitHub Pages using GitHub actions.
| | johnjr.dev
14.1 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.