Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Search - "codespaces"
-
Cool they‘ve integrated VS Code into GitHub.
„The Codespaces will a browser-based version of the full VS Code editor running on Azure. You’ll also be able to add any plugins your use normally.“
https://thenextweb.com/dd/2020/...7 -
GitHub has launched Codespaces : A feature that lets you code directly on the web {as a virtual Integrated Development Environment (IDE) on the cloud}.
According to the Github Blog: Earlier, to contribute to a project you would need to make a pull request and set up the environment on your local machine according to the requirements of a project. With Codespaces, you don't need to do that anymore. As soon as you click on the code button, the website sets up the environment in seconds.
In addition to Codespaces, GitHub is also launching Discussions : A forum-like feature that lives under your project that allows others to engage with you and other contributors.
Code scanning : With code scanning enabled, every git push is scanned for new potential security vulnerabilities, and results are displayed directly in your pull request.19 -
Ik was helping a friend and needed quick a dev environment. Great, github codespaces to the resque! Fast dev environment with vscode editor online running a debian container. Perfect. But then it happened: "You're at 100% of your included usage for this billing period. For more information, view your billing settings.".
I can't access my source files anymore. Fuck, it was so much research5 -
I have been invited to github codespaces.. How good is it? Is there any resource one how you can create and debug muli container applications?
-
Compiling CMake w/ cmake on Ubuntu. I need C23 standard, this distro ships with CMake-0.000.ALPHA
(not that I don't use Ubuntu but for Github Codespaces, it sucks)