-
On a recent deploy of the `genegraph-clinvar` deployment, the ingest halted at topic offset 25192, around halfway through the topic `clinvar-combined_20210302`. From the log it appears immediately aft…
-
Until version 3.2.0 nthreads was allowed to be 0, but from 3.3.0 trying to do the same leads to this error being thrown.
```
Execution error (ExceptionInfo) at taoensso.truss.impl/default-error-fn…
-
Clojurians are used to be able to use pretty much anything as keys, including maps.
Codax is almost there, but [lacks support for maps](https://github.com/dscarpetti/codax?tab=readme-ov-file#confor…
-
If there is one library that I would like to use in sci that it is missing, it would be timbre.
https://github.com/taoensso/timbre
Timbre defines logging macros (trace, debug, info, warn, error) t…
-
Hi, I know this is a issue not exactly with current timbre, but it's with taoensso library using old timbre.
I'm not sure if the tempura issues are looked at so I want to reference this one: https:/…
-
I use `http-kit` for http POST/GET and other static sources for my front-end and everything works fine.
I try to implement Websocket with `http-kit`. I used [this guide](http://www.luminusweb.net/…
-
Problem: Datalevin requires a lot of dependencies and makes upgrades painful / difficult.
Solution options:
a) Use Etch instead
b) Move keys to client so there isn't any need for custodial key st…
-
The idea is to add the `:level` key to the logging config of the production profile and set it as an environment variable.
Like:
```edn
duct.logger/timbre
{...
:level #duct/env ["LOG_LEVEL" Keywo…
-
More of a question than an issue, because I can't see where this happening after cursory inspection. I've got a dependency (Timbre) which conditionally writes to stdout at compile time. While that m…
-
Hi. Instead of using callbacks in handlers/middlewares I prefer to use promises.
The reason is that if I (or somebody else) forget to handle some error - I can still set some handling and return `5…