This is where OpenAI is now feeling the effects of instability [1] on Azure since their recent outage. I expect them to also have issues like GitHub has every month.
GitHub Packages Is Down
11–20 of 83 posts
Re: GitHub Packages Is Down
#12Oh dear, Last time this happened was 11 days ago when more than just packages went down. [0] Perhaps relying and going all in on GitHub doesn't seem to be good in the long run. Especially GitHub Actions. This is where OpenAI is now feeling the effects of instability [1] on Azure since their recent outage. I expect them to also have issues like GitHub has every month. [0] https://news.ycombinator.com/item?id=34843748…
Re: GitHub Packages Is Down
#13* GitHub's Packages Service is down
* GitHub Packages are down
Re: GitHub Packages Is Down
#14FYI: this breaks homebrew
I think it will break any of the open source package managers that rely on GitHub's proprietary hosting and distribution. Cargo, etc.
Anyone could just change username/organization and break thousands/millions of build.
Re: GitHub Packages Is Down
#15Re: GitHub Packages Is Down
#16FYI: this breaks homebrew
I think it will break any of the open source package managers that rely on GitHub's proprietary hosting and distribution. Cargo, etc.
EDIT: I was wrong, the crates index does use a GitHub repo
Re: GitHub Packages Is Down
#17FYI: this breaks homebrew
Re: GitHub Packages Is Down
#18Earlier quoted context omitted.
I think it will break any of the open source package managers that rely on GitHub's proprietary hosting and distribution. Cargo, etc.
I did not know package managers relied on Github, this is the most unwise thing to do from a package manager perspective. Anyone could just change username/organization and break thousands/millions of build.
GitHub redirects you to the new name in the event of a rename and you look up the old one.
Re: GitHub Packages Is Down
#19Re: GitHub Packages Is Down
#20Earlier quoted context omitted.
I think it will break any of the open source package managers that rely on GitHub's proprietary hosting and distribution. Cargo, etc.
I did not know package managers relied on Github, this is the most unwise thing to do from a package manager perspective. Anyone could just change username/organization and break thousands/millions of build.
In Python, we don't say "we don't host packages on a proprietary platform", we say "we have absolutely no clue where they are hosted and nobody audits them anyways, and we don't enforce package signing, and we'll just build from source with no build isolation what so ever, unless you remember to specify an obscure command-line option when installing... and have a nice day!"