GitHub Package Registry
41–50 of 389 posts
Re: GitHub Package Registry
#42I also think that this will also have the side effect of exposing a lot of people to package/build/dist tools from other ecosystems, which might help disseminate best practices outside of their walled gardens. Github helped do this with code, helping to put the spotlight on less popular or more cutting-edge languages
This is going to solve a lot of problems for a lot of people.
Re: GitHub Package Registry
#43Re: GitHub Package Registry
#44In general, I find that caching/vendoring dependencies is the most sane thing to do, but it's not what, say, the Javascript world appears to be doing. Do we want to move towards a service that already rate-limits package fetches when we already have a service that doesn't?
Re: GitHub Package Registry
#45Re: GitHub Package Registry
#46Re: GitHub Package Registry
#47GitHub is coming after GitLab :D They first started with Boards, then Github Actions and now with this.
What does Gitlab have that this is competing with? I know Gitlab's docker registry but not of a package registry.
Maven: https://docs.gitlab.com/ee/user/project/packages/maven_repos...
NPM: https://docs.gitlab.com/ee/user/project/packages/npm_registr...
Re: GitHub Package Registry
#48Re: GitHub Package Registry
#49Looks like Docker, node/npm, ruby/gems, java/maven, and nuget... but no Python? Seems an odd choice for the one to leave out.