Does anyone here know how to write a for loop in python???? Pls, i need to get my app ready
lrecio 2 days ago [-]
for i in range(5):
print(f"Iteration {i}... (yes, again)")
ericmutta 2 days ago [-]
I was logged out automatically from GitHub Copilot. Logging in again had no effect. For a few minutes the status page https://www.githubstatus.com/ showed just "Issues" and "API Requests" were down but now even Copilot itself is showing up as degraded.
vikrant18 2 days ago [-]
same
selinkocalar 19 hours ago [-]
This is why I'm cautious about tools that become too integrated into daily workflow. When Copilot goes down, entire teams slow to a crawl.
Don't get me wrong - AI coding assistants are incredibly useful. But building dependencies on external services for core development work creates single points of failure.
Always have a backup plan for when your tools inevitably break.
'There seems to be a problem with your account. Please contact Github support' is what I get in my vscode extension.
0x01FE 2 days ago [-]
Same issue, if I look at the copilot logs I see "[info] [auth] Invalid copilot token: missing token: 403". Seems like the issue is on their side though, judging by general website issues.
metadaemon 2 days ago [-]
GitHub seems to be down as a whole.
abswest 2 days ago [-]
Same, shows error code in IDE and at github.com copilot settings.
seems issues on API as well
https://www.youtube.com/watch?v=H6pYncUjuGY&ab_channel=D%D0%...
written long before any of this stuff existed but somehow very relevant.
Edit: Only in VS Code it seems, VS works...