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
{{ message }}
This repository was archived by the owner on Feb 18, 2024. It is now read-only.
I have been experimenting with jspm for several months now with the hopes of evangelizing it to a wider audience at my company, but there are a few concerns that are holding me back, this is one of them
why does the github registry require both the git client and the github api?
In case my reason for concern isn't obvious, each point of coupling increases the surface area for something to go wrong.
It appears that the git client is used to lookup available versions (git tags).
It appears that you can also do this with the github api
I have been experimenting with jspm for several months now with the hopes of evangelizing it to a wider audience at my company, but there are a few concerns that are holding me back, this is one of them
why does the github registry require both the git client and the github api?
In case my reason for concern isn't obvious, each point of coupling increases the surface area for something to go wrong.
It appears that the git client is used to lookup available versions (git tags).
It appears that you can also do this with the github api
Is there a good reason the git client is needed? If not, should I start a pull request or is this already in the works?