Hacker News new | ask | show | jobs
by synthecypher 3449 days ago
How am I supposed to do any work if I can't copy and paste code.
2 comments

StackOverflow is still up.
My builds are broken because they have dependencies on github repos.
This is a teaching moment for you then. Minimize external dependencies when you've moved from "thank god it works" to "this is production ready."
One solution to that problem is to run your own local git server, with an automatic process for pulling github repositories of the dependencies you need. Then you can always know that you will have the access to our dependencies even with a third party is unavailable.