question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Make use of unpkg.com instead of wzrd.in

See original GitHub issue

There is an option described in docs to use the package via wzrd.in. I’ve just noticed that service responds with 502 code.

Will it be fine to make pull request to replace usage of wzrd.in with unpkg.com (ex-npmcdn)?

BTW, they seem to be fine with using their URLs in production so it might become recommended way to use uuid in browser.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
PavelPolyakovcommented, Aug 2, 2018
1reaction
broofacommented, Feb 1, 2017

Yup, looks like wzrd.in is down.

Unpkg looks like a pretty amateur effort. I don’t mean that in a derogatory sense - only that it’s one person’s “best effort” solution, with no real SLA. Recommending that as a production-level solution seems optimistic. But I’m fine switching to that until someone recommends a better option.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Make use of unpkg.com instead of wzrd.in · Issue #176
I've just noticed that service responds with 502 code. Will it be fine to make pull request to replace usage of wzrd.in with...
Read more >
UNPKG
UNPKG. unpkg is a fast, global content delivery network for everything on npm. Use it to quickly and easily load any file from...
Read more >
(webppl) How to: require stubborn modules / keesterbrugge
Requiring modules in Observable is sometimes tricky: there are lots of ways to write and publish JavaScript modules. We use unpkg to load...
Read more >
Web Packing the Internet | Better world by better software
The first script works reliably - unpkg.com is solid "NPM CDN". The second script https://wzrd.in worked at first, but then started ...
Read more >
How to use npm modules in browser? is possible ...
now, you could use bundle.js inside the HTML file. ... You can pull content from a NPM package using unpkg.com. If for instance...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found