mikeananev
mikeananev
**Problem**: if `clj-extras-plugin` installed then output to REPL window is suppressed from other threads. Steps to reproduce: 1. I wrote an [UDP Server](https://gist.github.com/mikeananev/c0fae6fbcd169b897a0b87b76f8aa398) and noticed that `println` from other thread...
Please, update fipp version up to 0.6.26 to avoid compile error. fipp, a dependency of hashp, used to use a hack to access a private var in clojure.instant. That var...
**Kaocha Version** 1.71.1119 **Platform** Operating System: macOS m1 12.5 Clojure version: 1.11.1 JDK vendor and version: OpenJDK Runtime Environment Homebrew (build 19.0.1) with --enable-preview parameter for Virtual Threads **Symptom** If...
**How to reproduce**: just put new array syntax in code, e.g `(^[byte/1 int int] Arrays/copyOfRange (.getBytes "hello world") 0 3)`, then run tests with kaocha and enabled cloverage plugin. **What...