-
Hi,
The library supports tracing synchronous code blocks using `u/trace`.
However, I don't see explicit support for async code blocks. (functions that return a core.async channel, [CompletableStag…
-
Cyclic load dependency using `(restart)` during repl driven development
![Image](https://user-images.githubusercontent.com/250870/231436009-3e8e30f5-c080-4889-ac2f-ea58653d410b.png)
## Assumption…
-
**Software Versions**
* Python: 3.7
* OS: Windows 10
* Kivy:2.0.0
* Kivy installation method:git
**Describe the bug**
I get this warning when i execute my code and that make loading the pro…
-
For a dynamic web interface for Bob we need it to update based on some kind of event stream. The event stream should be provided by the apiserver since that is the point we are connecting to from outs…
-
Im trying send some `(u/log)` to zipkin but its only work with `(u/trace)` is that correct?
```clojure
{:type :zipkin
;; Zipkin endpoint (REQUIRED)
…
-
Consider the following script. It generates a sample with size 100 from the Beta distribution with default parameters. It computes the BIC for the Uniform, Normal, Beta and LogNormal distributions usi…
-
**Status quo**
There are no logs at all and this makes it hard to debug or get insights about the usage of the tool.
**Solution**
Start adding logs, possibly considering a structured log appr…
-
### What were you trying to do?
build and run mu on macOS 10.13.6 using python 3.8.10
### What steps did you take to trigger the issue?
// setup pyenv veritual environment & activate
// set …
-
Logging `java.lang.Exception` and (`java.lang.Throwable` or `java.lang.AssertionError`) causes type problems (ironic? :)) due to the way `type-mangle` is implemented.
The relevant part of `type-man…
-
have you considered using state of the art LMAX Disruptor Queues (https://github.com/LMAX-Exchange/disruptor) instead of https://github.com/clj-commons/ring-buffer, you should see better performance…