-
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"…
-
This was stripped from the logs in dev and beta environments.
```
12:19:40.994 INFO ns:com.pav.congress.bill.bill - Sending to Redis: {:id "sres320-114", :new "PASSED:SIMPLERES", :old "REFERRED"}
12…
-
I'm using nippy without any compression. It would be nice to exclude the dependencies that are (I think) only required for compression, and keep the dependency footprint smaller. At the moment, if I…
-
Hi Peter,
I noticed that the buffering of server->client messages that Sente does can randomly cause out-of-order delivery under certain conditions.
For example when a thread quickly sends two m…
-
I'm following the GUIDE.rst. I'm at the migrations section at the moment. Migrations seems to work flawlessly from REPL but I noticed that the command from [Running Database Migrations in Production](…
-
I was experimenting with Sente in a re-frame app. However, Sente's api felt a bit clunky and I found I still needed to write some boilerplate/middleware for "re-framing" the messages to events. Then l…
-
I have this test namespace:
```
(ns memento.redis.listener2-test
(:require [clojure.test :refer :all]
[taoensso.carmine :as car]))
(defn listener [conn f]
(car/with-new-pubsu…
-
I noticed a case where a complex exception is not shown in the Gorilla Repl,
it just renders a red empty box in the output.
The real stacktrace is this,(copied from Emacs Cider repl:)
``` clojure
…
-
In ClojureScript, Chrome Developer Tools shows that Timbre logs originate from a line within `taoensso.timbre.appenders.core/console-?appender` because that is where `console.log`|`warn`|`error` is ca…
domkm updated
2 years ago
-
Hi @kkinnear, I hope all is well with you!
While reviewing PR https://github.com/clj-commons/rewrite-clj/pull/306 for rewrite-clj, I noticed that a single zprint test failed when running zprint 1.2…
lread updated
2 months ago