Christopher Penrose
Christopher Penrose
I often use dev namespaces for more casual code but dev namespace buffers need to be compilable in entirety. cider-scratch is a nice middle-ground where you can evaluate expressions into...
Many emacs users prefer to keep package noise low and focus on stable releases for addons. vterm is a broadly used package, why no stable version?
Expected `(->kebab-case-keyword :hmm.com/MonkeyFace)` => `:hmm.com/monkey-face` Actual => `monkey-face`
Increased `NUMPY_RAND_MAX`, utilized by the ui to enforce random number seed maximum to 2^53 - 1 (`9007199254740991`). This number was chosen as it is the largest integer that Javascript can...
I had a single space character above my project root and found that Drift could not find my migrations directory. I have added a pull request to Clojure.tools to address...