-
### Steps To Reproduce
1. Download [minimalist-wireframing-kit](https://github.com/penpot/penpot-files/raw/main/minimalist-wireframing-kit.penpot)
2. Go to projects
3. Click on '...'
4. Click on…
-
In a Pathom3 resolver, I wish to `restore-order` by a composite key like `{:mother 1, :father 2}`, using something like:
```clojure
(let [rows [{:mother 2, :father 1, :name "Cain", :id 3}]
…
-
Unicode characters should be valid in IRIs, and this works today except when used as an initial character after the namespace.
This works:
{"@id": "ex:aஃ", ...}
This halts the db:
{"@id": "ex:…
-
Just throwing this out here because I thought it might be useful for querying dom structures etc.
-
Would you be interested in accepting a PR to make this library support Clojurescript? I've used portions of it in my cljs game demos and it works quite well.
-
Until version 3.2.0 nthreads was allowed to be 0, but from 3.3.0 trying to do the same leads to this error being thrown.
```
Execution error (ExceptionInfo) at taoensso.truss.impl/default-error-fn…
-
Hi,
I am using your test runner for our polylith repo. Unfortunately running the test-runner with the poly binary in version 0.2.21 fails with FileNotFoundException. Is this expected?
```
$ poly te…
-
it'd be great to have access to this in ClojureScript!
-
I havn't really grokked the implementation, but is a CLJC/CLJS implementation feasible? Would love to use from cljs.
RyanD updated
10 months ago
-
Hello all I'm having some issues with getting my clerk workflow setup and I would appreciate anyone's input on making this happen.
1. I have my project directory managed with deps.edn. This works p…