Erwin Rooijakkers
Erwin Rooijakkers
Error when adding Clojush ``` clojush {:mvn/version "3.17.1"} ``` >Caused by: org.eclipse.aether.transfer.ArtifactNotFoundException: Could not find artifact bouncycastle:bctsp-jdk14:jar:138 in central (https://repo1.maven.org/maven2/) With Clojure 1.9.0 using cider-jack-in. Solution: ``` clojush {:mvn/version "3.17.1"...
Fixes https://github.com/Vincit/venia/issues/46
When passing a sequence to the `graphql-query` function this leads to different behaviour whether the sequence is a `ChunkedSeq` or an `IndexedSeq`. ## Example ``` clojure (require '[venia.core :refer [graphql-query]])...
Dear maintainer, Based on inquiries I changed some code. I think it's now more correct. Let me know if there are any questions. Kind regards, Erwin --- ### Activity 4.01:...
The dependency org.clojure/data.json was removed from ClojureScript in version 1.11.51 of May 13th 2022. See [release notes](https://clojurescript.org/news/2022-05-13-release): > **Vendorization of tools.reader, data.json, and transit-clj**(...) After conferring with the Clojure Team,...
Hi James, With the `slf4j-nop` included, in projects requiring `duct/module.web` all logs are swallowed when used in combination with `duct.logger.clojure`, clojure.tools.logging and Logback. The way to avoid that is by...
Hi, We are using this library (thanks!) and want to add a new function to the implementations of `StorageClient`, namely `bucket-exists?`. To do this now we have to create our...
When passing a sequence to the `graphql-query` function this leads to different behaviour whether the sequence is a `ChunkedSeq` or an `IndexedSeq`. ## Example ``` clojure (require '[graphql-query.core :refer [graphql-query]])...
Project.clj: ``` (defproject edb-device-connect "0.1.0-SNAPSHOT" :dependencies [[org.clojure/clojure "1.9.0-alpha14"] [com.fzakaria/slf4j-timbre "0.3.2"] [org.slf4j/log4j-over-slf4j "1.7.14"] [org.slf4j/jul-to-slf4j "1.7.14"] [org.slf4j/jcl-over-slf4j "1.7.14"] [joda-time "2.9.6"] [clj-time "0.12.2"] [clj-http "2.3.0"] [compojure "1.5.1"] [ring "1.5.0"] [ring/ring-json "0.4.0"] [ring/ring-defaults "0.2.1"]...
### Before reporting an issue - [X] I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if...