Paulus Esterhazy

Results 77 comments of Paulus Esterhazy

> So I need to make a form incomplete to be able to add a newline? How do you mean? My reasoning was (`^` represents the cursor): - I type...

This works for me in master now: ``` unravel --method clojure --flag compliment --classpath ~/.m2/repository/compliment/compliment/0.3.5/compliment-0.3.5.jar ``` Next step: bundling

I think it can happen at build time. Unravel (or other unrepl clients) ship with their "shaded" or "vendored" version of compliment. If you connect to the same repl using...

If you're sideloading your own library, you don't need to shade it, no? Or what would be the use case?

Thanks for the gist. I'm not sure how it would be used. Could you add instructions on how to shade/vendorize compliment?

@volrath yeah I agree that sideloading and shading are complimentary (pun intended!) My point was just when you're sideloading your own code, i.e. not something that ships with unravel/spiral, shading...

Thanks for the report. Could you clarify - your OS - `type -a npm` - `type -a lumo` - how exactly did you install unravel?

I'm seeing the same error in Spacemacs in a Clojure file: ``` Debugger entered--Lisp error: (wrong-type-argument char-or-string-p nil) insert(nil) (progn (insert region) (sp-region-ok-p (point-min) (point-max))) (unwind-protect (progn (insert region) (sp-region-ok-p...