Skip to content

Commit ec42067

Browse files
Merge pull request #104 from bsless/bsless-elements-of-malli
Elements of Malli Noj talk
2 parents da17aa3 + 23904ac commit ec42067

File tree

3 files changed

+928
-1
lines changed

3 files changed

+928
-1
lines changed

deps.edn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
com.github.psambit9791/jdsp {:mvn/version "3.1.0"}
4646

4747
org.soulspace/qclojure {:mvn/version "0.22.0"}
48+
org.babashka/http-client {:mvn/version "0.4.22"}
4849
}
4950

5051
:aliases

site/db.edn

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,12 @@
136136
:name "Ludger Solbach"
137137
:url "https://github.com/lsolbach"
138138
:links [{:icon "github" :href "https://github.com/lsolbach"}]
139-
:affiliation []}]
139+
: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"}]}]
140145

141146
:affiliation
142147
[{:id :clojure.core

0 commit comments

Comments
 (0)