Don't worry, once GitHub CoPilot fixes the issue (that it rolled out directly into production), everything will be back to normal!
Programmer Humor
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
i wonder when their copilot will push code that breaks copilot , and then it just cycles into a infinite breakage
Sounds like an indexing issues. Should be fixed soon enough. (If not I return to copy pasting my code in notepad)
Real Questions, is there a competitor that offers the same feature set? Last I looked no one had anything to compete with github actions.
Cicd is pretty replaceable for any workflow regardless of platform. What's the killer feature of actions for you?
gitlab and codeberg...gitlab is partially open source but codeberg is fully opensource
Codeberg is based on the software Forgejo, just with some extra modifications. I’m running my own Forge instance and it’s absolutely great
Real answers: gitlab has awesome integrated CI, and you can always go for a remote integration if you prefer (e.g. self-hosted Jenkins, or a managed solution like circleci).