Nick Rothwell
Nick Rothwell
``` clojure (yaml/generate-string {46 "MAYBE" 52 "DEFINITELY"}) "{46: MAYBE, 52: DEFINITELY}\n" (yaml/parse-string (yaml/generate-string {46 "MAYBE" 52 "DEFINITELY"})) {nil "DEFINITELY"} ``` This seems to be legal YAML, and SnakeYAML itself seems...
I don't know whether this is specifically a Prelude issue, but: in Emacs 27.x, the keys `shift-{up,down,left,right}` in org-mode are mapped to `org-shift{up,down,left,right}`. In 28.1 the same keys are bound...
"decission" -> "decision".
If I make a project with a domain-qualified name via something like `lein new chestnut com.foo/bar` then I get my project in `bar` with the correct project path and source...