Does anyone have a handy function to identify and mitigate potential failures w/ bundle.run?
I am using bundle.run to help me convert Nepali ‘Preeti’ font to unicode, as follows:
preeti = require('https://bundle.run/preeti@1.0.3')
… bundle.run has been failing the past few days, though wzrd.in works:
preeti_alt = require('https://wzrd.in/standalone/preeti@1.0.3')
While it’s simple enough for me just to edit in and out the _alt extension when calling the function, it’d be ideal if I didn’t have to–if, upon failure of one require, the next one is automatically attempted.
Any guidance? 
Here’s my conversion notebook:
This certainly does the trick
I’ve re-shared the notebook with your recommended approach for anyone later clicking through these topics.