Andrew J. Pierce
Andrew J. Pierce
Just wanted to weigh in and say that fixing these new lines after single line breaks is the one and only thing on my wishlist for `mdpdf` 👍 Because it's...
I solved this problem earlier today by leveraging https://github.com/clojure/data.json to encode the body ```clojure (ns your-namespace.core (:require [clj-http.client :as http] [clojure.data.json :as json])) (def github-token "redacted") (defn make-request [query] (->...
Hi Chris, thanks again for the info! The first thing I'm going to do is try to bypass the `__name__` check. Then, probably in parallel, I'm going to see if...