143 questions
Advice
1
vote
0
replies
40
views
is there a way to run a GitHub code space on a server? (as in a physical one)
I can't prosses stuff that are said professionally so try to make your answer as simple as possible (in other words explain it like a child would to another child). I cant spend any money so don't ...
0
votes
1
answer
32
views
Run Slack Nebula on GitHub Codespaces
I want to run Slack Nebula on GitHub Codespaces.
I have downloaded Nebula: $ wget https://github.com/slackhq/nebula/releases/download/v1.10.0/nebula-linux-amd64.tar.gz
Unpacked it $ tar -xzvf nebula-...
0
votes
0
answers
93
views
How to view the Docker log in GitHub Codespaces?
I cannot find a way to view the Docker log output for a Devcontainer that is launched in GitHub Codespaces.
I found the Terminal, but that is a terminal inside the container.
I found the DebugConsole, ...
1
vote
2
answers
93
views
Pyscript terminal worker not executing past input()
I'm trying to add a python terminal onto a website using pyscript to run programs I've written using
<script type="mpy" terminal worker src="subrepo/folder/program.py"></...
0
votes
0
answers
163
views
How can I use %%scalene in Jupyter Notebook on GitHub Codespaces?
I'm trying to use the %%scalene cell magic in a Jupyter Notebook running on GitHub Codespaces to profile a Numba-accelerated implementation of the Mandelbrot set. However, when I run the following ...
1
vote
1
answer
223
views
Laravel Scramble generate docs for https routes not working
I have Laravel 11.x app developing on Github Codespaces. I am trying to generate the documentation using Scramble package.
Github Codespaces publish urls are using https.
I am using api_domain entry ...
1
vote
1
answer
650
views
Use GitHub Codespaces in JetBrains IDEs
How can I use GitHub Codespaces locally with a JetBrains product (e.g. WebStorm)?
The official documentation mentions JetBrains, but the link is dead (2025-02-19). The link to Visual Studio Code works ...
0
votes
1
answer
128
views
unable to run a notebook in github codespace
I am trying to run a notebook in github codespaces.
When I try to run some cells, I get errors related to pip
My environment is
When I try to connect to another server, I get error. I am trying to ...
0
votes
1
answer
2k
views
How to use Chrome DevTools (or React Native DevTools) with Github Codespaces?
I am developping my React Native app using Expo with the Github Codespaces IDE. I successfully runned my app on my android phone (using expo start --dev-client --tunnel) and I have the console.log() ...
0
votes
1
answer
900
views
Error: Codespace Running in Recovery Mode After VS Code Update - 'Rebuild Container' not helping
Description of Issue:
I have been trying to write in VS Code but every time I open it after the recent update, the following error message pops up:
This codespace is currently running in recovery mode ...
0
votes
1
answer
183
views
VS Codespaces Git Sync(Push/Pull/Commit) Has Git Config Failed Error
I am new to using GitHub Classroom and VS Codespaces for my classroom. Most of my students are able to open my assignments and commit changes with no problems. However, a few of my students receive ...
0
votes
1
answer
645
views
How to sync VSCode extensions between local editor and Github Codespaces?
I'm using Github codespaces more and more, and having my extensions preloaded upon setting up a new codespace would speed up my development process a lot.
What should I do so I never have to go back ...
1
vote
1
answer
399
views
Can I run a GitHub action using codespace prebuilt image?
I have a .devcontainer configuration set up in my GitHub repo, so that all the developers share the same dev environment.
Now I would like the same environment to be used by the GitHub actions runners,...
0
votes
1
answer
94
views
How do I connect socket.io to a different port while using GitHub codespaces?
I am making a program where (to make it easier for myself) I am using different ports for different pages. I already have codespaces set up and I do not want to switch to using something else, but I ...
0
votes
0
answers
154
views
Why Codespaces Port Forwarder asks for password to forward port 443 on macOS?
Why Codespaces Port Forwarder (from VSCode) in macOS needs me to enter my password (not even fingerprint is available) every time it starts a Codespace session when forwarding port 443? Any other app/...