viebel / klipse

Klipse is a JavaScript plugin for embedding interactive code snippets in tech blogs.
http://blog.klipse.tech/
GNU General Public License v3.0
3.1k stars 153 forks source link

`cljs.core.match` fails to load #403

Open onetom opened 2 years ago

onetom commented 2 years ago

In the https://blog.klipse.tech/clojure/2016/10/25/core-match.html article, the very 1st form never completes loading and just shows:

the evaluation will appear here (soon)...

in the result area.

Same issue under Safari and Brave.

Thousands of GET https://viebel.github.io/cljs-analysis-cache/cache//cljs_SLASH_core_SLASH_match$macros.js requests are issued, which eventually crash the browser tab.

viebel commented 2 years ago

Thank you @onetom I hope I will find some time to solve this terrible issue!