-
This is measured on
Windows 10,
HP, i5 2.3 Ghz
8 GB RAM.
Using Shadow-cljs on a basic cljs project.
Here are my measurements and notes from the work PC:
```
fetch metadata and extract:sh…
-
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
-
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
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…
-
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…
-
Now that there's `.cljc` and `.cljs` code in `src/` and not just in `shared/src/`, the [`file-paths.yaml`](https://github.com/metabase/metabase/blob/master/.github/file-paths.yaml#L9) is not protectin…
-
@kovasb has some excellent experiments in https://github.com/kovasb/combinator on how to do very fast term rewriting in clj/cljs, 2-3x faster than Mathematica is able to support. @littleredcomputer , …