-
Redis-clojure uses the counts reported by Redis as character counts, while Redis specs clearly say they are byte counts.
The correct way to go about this is probably to go through java.nio.charset.Ch…
-
https://cljdoc.org/builds/55459
```
"Could not locate spec_provider/provider__init.class, spec_provider/provider.clj or spec_provider/provider.cljc on classpath. Please check that namespaces with da…
-
Hi guys! Thanks for the awesome librairy!
I don't know it's normal or not but I have the following behaviour:
```clojure
(def my-schema-spec
(ds/spec
::my-schema-spec
{:foo (st/sp…
-
Hi and thanks for an apparently very cool library!
I just tried starting out on Windows inside WSL2 with the npx quickstart. The WSL2 won't open a browser automagically when I start `npx shadow-clj…
-
This is one of the more interesting features of clojure.spec. Are methods like [exercise ](https://clojure.github.io/clojure/branch-master/clojure.spec-api.html#clojure.spec/exercise)on the roadmap?
…
-
When using a symlink in the repo dotfiles thinks that it should follow the symlink and dotfiles considers all files in the symlink target.
One of the strengths of the old dotfiles version is that i…
-
The log is full of `CoercionError`s like this one:
```
2022-09-09 12:03:41,874 [XNIO-1 task-23] ERROR y-video-back.middleware.exception - Request coercion failed: #reitit.coercion.CoercionError{:s…
-
Whenever I include this project, and do an advanced compile, the compilation includes two copies of React and ReactDOM leading to this error in the console:
```Invariant Violation: addComponentAs…
-
-
Hello,
I can’t get hot reloading to work in Shadow CLJS. It works properly with Figwheel Main (`+figwheel-main`), but with Shadow CLJS something is wrong, so far I couldn’t understand what the issu…