Martin Kolárik
Martin Kolárik
I checked our analytics for your repos and I see very occasionally something fails, but unfortunately, I'm not sure what we can do here. What happens is that we use...
I'll try to check what errors GitHub returns and if we can handle them smarter but generally it would help a lot if your project was better structured (e.g., one...
@fawazahmed0 we improved the logging for this case to get further details but so far all errors I see are caused by correct 404 on your prod repo. If you...
Thanks, @fawazahmed0, you can disable the cron now. I see the errors were caused by GitHub timing out on our 2s limit for establishing the initial TCP connection. I will...
We added a retry for this case. In the past 24 hours, I still see one occurrence of a timeout but hopefully, overall it'll be better now.
You can try, though as I said, it appears the issue may still arise occasionally. Hopefully less often.
I can see in the code that it [used to use jsDelivr but got switched to unpkg at some point](https://github.com/badgen/badgen.net/blob/370a4a87b6c3278965923528b7156b0250446561/api/npm.ts#L90-L91). Not sure what was the reason there but wanted to...
> I would at the very least keep bare specifiers for imports to external modules like lit so that they're not duplicated on local installs. This is the most versatile...
Note that AFAIK, Skypack uses more or less the same approach as jsDelivr - 1 bundle per package. The unpkg's not bundling approach is the only way to ensure everything...
> This isn't an easy problem to solve, but maybe a custom property in package.json could allow authors choose to how jsDelivr bundles their modules. I'd be OK with an...