Aleksander Madland Stapnes
Aleksander Madland Stapnes
When using hodur I ran into an issue with names. ```clojure (def meta-db (engine/init-schema '[^{:spec/tag-recursive true :datomic/tag-recursive true} tx [^Integer amount]])) (hodur-spec/defspecs meta-db {:prefix :foo}) ;=> [:foo.tx/amount :foo/tx] (hodur-datomic/schema meta-db)...
This seems like an oversight, I found it confusing that I had to use string keys. # Checklist Not sure how to go about testing this? - [ ] tests...
# Motivation Configuring the topology should be consistent with how consumers/producers/etc are configured, namely clojure keywords are translated to strings before being passed to the underlying java objects. PR: #253
Fixes #35
I prefer hiccup syntax to selmer, so I would like to be able to choose templating solutions.
Currently the compiler has quite a bit of io spread out in many functions. It would be nice to refactor it into three distinct phases. * reading posts, pages and...
bootstrap-cljs => bootstrap-cljs.core
Should be easy to port this to cljc since I'm using `tick` and `cljc.java-time`. I can't think of a way to not include the time-zone data though, so the bundle...
Holidays
There should be some way to define holidays (or special dates of whatever kind), and schedules like "every weekday except for UK bank holidays". This would need some format of...