-
## License Policy Violation detected in metabasev0.26.0.RC1
Library - metabasev0.26.0.RC1
The simplest, fastest way to get business intelligence and analytics to everyone in your company :yum:
Libr…
-
Articles written on scittle so far:
- https://thegeez.net/2023/03/01/pinball_scittle.html
- https://larzeitlin.github.io/scittle-hilbert-curve.html
- https://faster-than-light-memes.xyz/clojure_f…
-
### Describe the bug
This might be a dns problem but you can't connect to mongo atlas via a local ssh server
### To Reproduce
1) use mongo atlas
2) set up an ssh server
3) try to connect to mongo…
-
https://github.com/typedclojure/typedclojure/actions/runs/9276440766/job/25523512940
https://github.com/typedclojure/typedclojure/actions/runs/9276577498/job/25523931077?pr=148
```
ERROR in clojure…
-
I have tried both the example projects where dependencies to figwheel fails and does not build on cljsbuild.
Adding the following to dependencies solves the problem.
[figwheel "0.5.10]
Seems…
-
I'm a bit wary to support this but I see it's benefits, especially when wanting to play with component trees at a REPL.
I honestly think that Node.js will eventually have a much better story once S…
-
What would it take to make `clj-pdf` available for clojurescript?
-
LFE compiler produces non-deterministic builds:
```
% for i in $(seq 1 10); do bin/lfescript bin/lfec -I include -o ebin -pa ../lfe +debug-info src/clj.lfe; md5sum ebin/clj.beam; done
ab97b9aea35…
-
From https://github.com/eyelidlessness/alter-cljs?tab=readme-ov-file#usage
```clj
(ns my-ns
#?(:clj (:refer-clojure :exclude [alter-var-root]))
(#?(:clj :require :cljs :require-macros) [alte…
-
In my experience, tests using `kaocha-cljs` sometimes fail because it can't connect successfully to the ClojureScript client. This is particularly problematic on CI, as it causes PR test runs to fail …