Tobias Hammerschmidt
Tobias Hammerschmidt
Hit the same issue - you can wrap the `sorted-map` with `seq` as a workaround: ```clojure (seq (sorted-map "c" "c" "a" "a" "b" "b" "d" "d")) ``` gives ```clojure (["a"...
This issue is caused by the invalid ns declation in `extension_comm.clj` which violates the ns spec. invalid (`require`): ```clojure (ns proto-repl.extension-comm "Provides a mechanism for communication between Proto REPL running...
A fix is available in https://github.com/Complexible/pellet/pull/27.