MithrilJS / mithril.js

A JavaScript Framework for Building Brilliant Applications
https://mithril.js.org
MIT License
13.98k stars 925 forks source link

JSFiddle links are broken in CI #2898

Closed dead-claudia closed 1 week ago

dead-claudia commented 1 month ago

Example pull request: https://github.com/MithrilJS/mithril.js/pull/2897

They're returning 403s, so we need to investigate to see how we can auto-confirm their existence. Might be worth getting an API token from them or at least confirming with their support how best to proceed.

devshDotTech commented 1 month ago

hello @dead-claudia , i am new to opensource and i want to start my journey with JavaScript project. Can you help me with this issue

dead-claudia commented 2 weeks ago

Got an open inquiry for JSFiddle: https://github.com/jsfiddle/jsfiddle-users/issues/1876

dead-claudia commented 1 week ago

Appears to be a false positive based on #2904. I suspect I may have gotten bot-limited by it due to excessive (and highly avoidable) request concurrency.

dead-claudia commented 1 week ago

Okay, #2906 should remove what little else could potentially spam websites outside of directly throttling network requests.