Mika Vilpas

Results 139 comments of Mika Vilpas

Thanks @iainbeeston , I managed to import cocoon by just copying it to my project at work, and having a global jquery object present. Seems to work well. I have...

Here are some of my used versions: - lispy-20180909.1729 - Spacemacs v.0.200.11 - GNU Emacs 25.2.1 (x86_64-redhat-linux-gnu, GTK+ Version 3.20.10) of 2017-05-02 My ~/.lein/profiles ``` {:user {:plugins [[cider/cider-nrepl "0.18.0"] [refactor-nrepl...

Hmm, it looks like the error went away. I will keep trying for a while and report if it comes back.

Sorry to say but this has come back... It occurs when I open a file and try to lispy-eval something. Anything else I could provide?

Here's a stack trace I got: ``` Show: Project-Only All Hide: Clojure Java REPL Tooling Duplicates (0 frames hidden) 2. Unhandled clojure.lang.Compiler$CompilerException Error compiling /home/mvilpas/.emacs.d/elpa/lispy-20180909.1729/lispy-clojure.clj at (1:1) Compiler.java: 7391 clojure.lang.Compiler/load...

I see refactor-nrepl mentioned there. Maybe there is some sort of incompatibility?

Defining my own matcher is an interesting idea. So far I've only used the existing ones and some that I ported over from the old test framework, that use `cl-assert` ...

I experimented a bit with package.el, and it seems to store its received packages in a place that I can add and commit to my configuration repository. Maybe there already...

For now, I use melpa / manual updating as a workaround. Maybe el-get could handle the updating without submodules, so I could directly check in the code to my main...