-
Hi, thanks for all the work done on this excellent library!
I'm wondering if there's a reason that the `Equiv` implementation in `cljs-time.extend` and `cljs-time.core/=` return different results?
…
zalky updated
5 years ago
-
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…
-
## Background
While working on PR #80 checks initially failed clj-holmes checks (not clj-holmes/watson clj-holmes/clj-holmes!).
It turns out clj-holmes is a bit overzealous on what it considers a …
lread updated
4 months ago
-
### Describe the bug
Starting the Metabase NixOS service fails.
```
Caused by: java.io.IOException: Cannot run program "java": error=2, No such file or directory
at java.base/java.lang.P…
-
Would be cool so that we don't have to write :refer-macros anymore.
-
Either:
- use a more Node-stye callback signature. For example:
```
(open-serial-board :auto-detect (fn [err board]
; Do stuff with the board
)
```
- Return a Promise or promise-l…
-
Is it possible to run `figwheel-sidecar.repl-api/cljs-repl` from redl? What can be done to make this work? Here's what I've tried:
1. Running cljs-repl from the :Repl buffer.
```
user=> (figwhe…
-
-
### Describe the bug
Hi there, I am developing/updating a custom driver https://github.com/timeplus-io/metabase-proton-driver. The https://github.com/timeplus-io/metabase-proton-driver/releases/tag/v…