You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, to understand this issue, we need to understand where I am coming from first. I am using codespace since Day 2 and got introduced to GitPod much later. I like gitpod for the .gitpod yaml and the containers are a bit more robust if compared to codespaces.
One of the good features of codespaces is allowing for rebuilding containers with a click:
Now, we can do that in GitPod, but then I think keeping two containers will be a waste of resources at the scale you operate and I also like to keep my portal clean. I am lazy enough to go delete the containers. I will be waiting for 90 days for auto delete for unpinned containers to kick in.
Some folks might need two containers but for most, rebuilding one when things go haywire is the best shot.
Haywire? A few instances for me when I needed to rebuild a container were:
Messing with network configuration and mess things up. Now I can correct things or build a new one easily.
Dependency issues where I install a lot of packages to test my code and new stuff but I can send all of them to requirements. Now I can remove all of them manually or can build a new one and move forward with the one I need.
Sometimes things break. I am not sure how but there's some issue with installation or configuration. Creating one without leaving the tab is fast and effortless.
I can't think of anything more now. Options like recreating a container without leaving the tab will be helpful.
Is your feature request related to a problem? Please describe
Describe the behaviour you'd like
From: https://twitter.com/hrittikhere/status/1524630369575702528?s=20&t=jmOoNX6wzNVo0bJV93clDQ
Additional
The text was updated successfully, but these errors were encountered: