You are here |
markentier.tech | ||
| | | |
hibbard.eu
|
|
| | | | Learn how to create a GitHub action which sends a tweet whenever a pull request is merged. | |
| | | |
andre.arko.net
|
|
| | | | I've been using Dependabot for a long time. Back before GitHub bought it and took away the web dashboard, there was an amazing, glorious, wonderful feature: you could check a checkbox, and Dependabot would merge the open PR as soon as your tests passed. Now that Dependabot has no web dashboard, and can't be added to a repo with one click, it has also lost the ability to automatically merge updates. | |
| | | |
nickcharlton.net
|
|
| | | | Last year, I started to see a few common workflows that would create more work by those unaware or open yourself up to making annoying mistakes if you did, that I thought could be caught with just a little more automation. | |
| | | |
ericlathrop.com
|
|
| | I often need to view a bunch of static HTML files in my browser locally, and I often need to open them with http:// rather than file:// URLs so related CSS or JavaScript files load correctly. Luckily, Python provides a simple web server, and most Linux distros include Python. |