python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
GitHub Codespace Logon Script // GitHub Enterprise
I'm using GitHub-Codespaces in an enterprise subscription. The environment is preconfigured with a dev-container: https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/configuri...
Impulsleistung
Votes: 0
Answers: 0
Update Linux Kernel on a Codespace
Problem
I'd like to use codespaces to work on a project that requires newer features of the Linux kernel (specifically the accept() syscall for io_uring). Even though I am using the Ubuntu devcontaine...
A-Mozeak
Votes: 0
Answers: 0
How to setup dev environment on Github codespaces to contribute to Rails?
I grew an interest in contributing to Rails after watching Eileen's Talk. To make things easier, I forked the repo and I opened it in Github Codespaces. After running bundle install, I wanted to run s...
Azzen Abidi
Votes: 0
Answers: 1
How to duplicate a GitHub Codespace for use as a development template?
I have a Codespace with a bunch of development tools installed.
I'd like to use this Codespace as a template so that I can start new projects from there.
I can create a Dockerfile that installs the to...
ultraGentle
Votes: 0
Answers: 0