archaic
archaic
Hello, I am using the add-lib3 branch of tools.deps.alpha for the add-libs functionality it has a sha of e4fb92eef724fa39e29b39cc2b1a850567d490dd, running clojure -Tantq outdated wants to upgrade to the latest sha...
Hello, I have got the functionality that I wanted using the code below. I don't know emacs lisp very well, so I thought I would post it here for suggestions,...
Hello, I am looking to migrate from clojure.data.json to jsonista, but am unsure how to process an input stream of JSON encoded maps. Note I can't preprocess the input stream...
Hi, my work requires me to implement writing nested types in arrow format. Currently I use tech.ml.dataset to convert Clojure columnar data into the arrows format for processing in C++....
:modify-sexpr-by-type {"java.util.concurrent.CompletableFuture" [(fn [options sexpr] (if (.isDone sexpr) (str "") "")) nil]} Currently having to use this to print one, this should be a pretty common type to handle by...
The lateset update to 0.56.0 broke some custom middleware I have been using (shown below) ``` (:require [cider.nrepl.middleware] [nrepl.middleware] [nrepl.server] [refactor-nrepl.middleware] [taoensso.telemere :as t]) (defn wrap-print-limit [handler] (fn [{:as msg...