GitHub codespaces' ssh client is prone to frequent, frustrating disconnections. If you're actively working remotely, that means that you often lose state in the codespace, which is especially frustrating if what you are doing takes a long time to set up, or should stay running. This post describes how I mitigate that with a script that ensures I always have a session in my codespace.| Ideas.Offby1
This article explains how to set up a codespace to allow for signing git tags.| Wild Wild Wolf
Codespace environments are backed with development containers (dev containers for short). They are supported by other tools, for example, Visual Studio Code. And even though Microsoft maintains both Dev Containers extension for VSCode and GitHub Codespaces, they behave differently in some aspects. This article shows one of the bugs, which is related to Automatic Port Forwarding.| Wild Wild Wolf