-
Hi,
`Clojure CLI version 1.11.1.1435`
```
openjdk 21.0.1 2023-10-17 LTS
OpenJDK Runtime Environment Temurin-21.0.1+12 (build 21.0.1+12-LTS)
OpenJDK 64-Bit Server VM Temurin-21.0.1+12 (build 2…
-
I am using crux version **20.03-1.7.1-alpha**
Do I have to set serialisation guidance to **Nippy** to properly serialise **java.time.Instant**? How to do that?
```
clojure.lang.ExceptionInfo: Unf…
-
In the latest Clojure and ClojureScript they added core functions `abs` and `update-keys`.
Is it possible to update the dependencies to get rid of these warnings?
```
WARNING: abs already refers …
-
Hi again!
I'm trying this simple sequence:
```
(def db-path (.getPath (clojure.java.io/resource "rocksdb")))
(def db
(clj-rocksdb/create-db db-path
{:key-encoder taoensso.nippy/freeze :k…
-
I clone the project, start a REPL, but can't even load the code. Are there some external dependencies not described in either project.clj or the README?
```
user> (require '[hitchhiker.outboard :a…
-
I have been working on a babashka project with the following `bb.edn` (the script's name is `secrets`):
```clojure
{:paths ["src"] ;; library
:deps {com.taoensso/timbre {:mvn/version "6.4.0"}}
…
-
Is anybody working on a file appender that GZIPs old files to save space? If not I'd like to add that feature to [taoensso.timbre.appenders.3rd-party.rolling](https://github.com/ptaoussanis/timbre/blo…
-
Hi, I'm having trouble getting the Express version of this example to work with the current version of Sente. I believe this is due to how CSRF tokens are managed during the handshake, but it may be …
-
After starting to use the :json-error-fn, I found about the following happening when logging http-related stuff:
```
[{:type com.fasterxml.jackson.databind.JsonMappingException
:message "(was ja…
vemv updated
7 months ago
-
During development it's super useful to do something like this:
```clojure
(trace "database state" conn port host)
```
and get back:
```js
console.group("database state")
console.log("conn"…