We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da17aa3 + 23904ac commit ec42067Copy full SHA for ec42067
deps.edn
@@ -45,6 +45,7 @@
45
com.github.psambit9791/jdsp {:mvn/version "3.1.0"}
46
47
org.soulspace/qclojure {:mvn/version "0.22.0"}
48
+ org.babashka/http-client {:mvn/version "0.4.22"}
49
}
50
51
:aliases
site/db.edn
@@ -136,7 +136,12 @@
136
:name "Ludger Solbach"
137
:url "https://github.com/lsolbach"
138
:links [{:icon "github" :href "https://github.com/lsolbach"}]
139
- :affiliation []}]
+ :affiliation []}
140
+ {:id :bsless
141
+ :name "Ben Sless"
142
+ :image "https://avatars.githubusercontent.com/u/21342111?v=4"
143
+ :url "https://bsless.github.io/"
144
+ :links [{:icon "github" :href "https://github.com/bsless"}]}]
145
146
:affiliation
147
[{:id :clojure.core
0 commit comments