Lars Tveito
Lars Tveito
Hi! I'm probably doing something wrong, but I immediately run into errors when I try to use this library. My Clojure source only contains: ```clojure (ns my-project.core (:require [clojang.core :refer...
This pull request mainly addresses #2. It calculates a suitable foreground color for the region out of focus. Doing this is significantly more resource demanding, so some effort has been...
Hi! Thanks for this very cool package! It seems like non-ASCII characters are ignored when syncing with google calendar. If I place the following text in the org file I...
Hi! Using `pr-str`, you can print arbitrary edn data, and read it on the client side using `read-string`, i.e. ```clj user> (read-string (pr-str {:a "a"})) {:a "a"} ``` Passing something...