Alex Gunnarson

Results 89 comments of Alex Gunnarson

No problem! Let me know how I can help, if needed/wanted.

Ah yes, the infamous GPG error — the one reason why I rarely deploy to Clojars haha (I set up a Clojars workflow on a different computer but not my...

Well actually — the GPG guide seems to have significantly improved since I last read it. https://github.com/technomancy/leiningen/blob/master/doc/GPG.md#debian-based-distributions

CircleCI uses Ubuntu (Debian-based Linux) so you can follow those directions to achieve what you want. Sorry I'm not more help right now — just in the middle of something...

I have approximately the same issue as others have been experiencing. I have about 60 namespaces in my project (possibly more — it's a large library I'm creating), and even...

So I tried something out. I compiled the CLJS using `lein clean && lein figwheel`, postwalked the produced .js files, and created a directed graph out of the `goog.provide` and...

After some further fanciness with `read-string` with {:cond-read :allow :features #{:cljs :cljc}} on the `ns` forms of my source code, plus using Johnson's algorithm to find all cycles, I found...

I will check that out! Thanks for letting me know about it!