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

cannot fetch from viebel.github.io #404

Closed snotskie closed 1 year ago

snotskie commented 1 year ago

Executing this (for any argument):

(doc do)

produces this message:

load-ns-from-file: cannot fetch https://viebel.github.io/klipse-clj/target/public/cljs-out/dev//cljs/core$macros.cljc.cache.json

And executing this:

(use '[clojure.string :only (lower-case
                             upper-case
                             split
                             join
                             trim
                             replace)])

gives this error:

load-ns-from-file: cannot fetch https://viebel.github.io/klipse-clj/target/public/cljs-out/dev//cljs/core$macros.cljc.cache.json
Execution error.
Could not parse ns form cljs.user: #error {:message "Invalid :refer, var clojure.string/join does not exist", :data {:tag :cljs/analysis-error}}

Seems https://viebel.github.io/ is down

viebel commented 1 year ago

My bad. I made a huge mistake on https://github.com/viebel/klipse-clj. Should be fixed now. Thank you for reporting this terrible issue.

snotskie commented 1 year ago

Thanks! Looks good on my end :)

viebel commented 1 year ago

Perfect. Sorry for the inconvenience.