realgenekim

Results 17 comments of realgenekim

FWIW, I had this problem exactly as reported. However, @cursive-ide advised me in Clojurians Slack channel to rename file to .cljc. I did this, wow, and I can now copy...

@gnl Thanks for the quick reply! (And sorry for my delayed response.) When I read your explanation, I breathed a huge sigh of relief, because I thought I was doing...

I had a very similar problem yesterday, while trying to get `lein-jupyter` to work for the first time. After 3 hours of hunting, and after some sleep, I managed to...

I'm having the same problem — React-Codemirror 0.2.6, React 0.13.3, Chrome. Any tips on how to resolve? Top of stack trace is as follows: ``` CodeMirror.fromTextArea @ codemirror.js:5942 CodeMirror_componentDidMount @...

Fixed by upgrading to react@~0.14.2. (Underlying Codemirror module needs React 14 or 15, so maybe ReactCodemirror also needs this dependency, as well?)

Roger that! I'll take a stab at it in the next couple of days —  PS: Is it common to have Google Closure library API changes like this, where it...

@r0man Okay, I have a version of cljs-http.core/jsonp that works with the versions of Google Closure compiler that shadow-cljs uses... 🎉🎉🎉 I'll post a link to the diffs tomorrow. But...

@thheller What a clever idea. I'll have something in the next couple of days!

Hi, @thheller and @r0man — not sure how to proceed on this one... I have had new JSONP call code working locally since Feb 2, but just recently found a...

@thheller Alas, I think this might be beyond my skills. (I'm even having trouble getting a REPL session open — I'm guessing I need to create a new lein project,...