My notebooks often need bundle.run to load npm libs, as officially recommended for stubborn modules. But lately, the service has been failing, causing my notebooks to break.
For example, all of these are down at the moment:
-
https://bundle.run/lru-cache@4.1.3
-
https://bundle.run/bintrees@1.0.2
-
https://bundle.run/linear-solve@1.2.1
-
https://bundle.run/lodash.debounce@4.0.8
For the short term, I’ve reported a packd issue.
For the longer term, I wonder if it makes sense for Observable to offer an endpoint to cache and serve modules loaded from bundle.run, since they seem pretty important to keeping our notebooks stable.