This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-01-05
Channels
- # announcements (2)
- # babashka (23)
- # beginners (67)
- # biff (4)
- # calva (19)
- # cider (6)
- # clj-kondo (40)
- # clj-yaml (14)
- # clojure (3)
- # clojure-austin (13)
- # clojure-europe (18)
- # clojure-nl (1)
- # clojure-norway (26)
- # clojure-uk (5)
- # clojurescript (42)
- # datascript (2)
- # datomic (6)
- # emacs (32)
- # graalvm (8)
- # humbleui (12)
- # hyperfiddle (13)
- # jobs (5)
- # lambdaisland (1)
- # lsp (18)
- # malli (15)
- # off-topic (20)
- # overtone (1)
- # pathom (5)
- # pedestal (15)
- # portal (3)
- # reitit (13)
- # releases (1)
- # remote-jobs (1)
- # yamlscript (4)
Short of making people use your APIs, there's nothing like writing the documentation and examples to identify problems.
"Documentation-driven development" https://gist.github.com/zsup/9434452
As someone who had tried Pedestal years ago and is looking at it again now, thank you for all the documentation work. I am finding it very helpful and appreciate the improvements.
I think this is going to make people's lives a lot better: https://github.com/pedestal/pedestal/pull/796
Numerous documentation updates today; but this is a biggie, I think: http://pedestal.io/pedestal/0.7/reference/libraries.html
I had to do that to get the broken pipe changes, but there was an unresolveable conflict
I ended up with this:
io.pedestal/pedestal.jetty
{:mvn/version "0.6.3"
:override-deps
{io.pedestal/pedestal.service {:git/url "
:git/sha "bd30d1cbc4447732d51ae989c0a331e8cfbfddcf"}}}
I think your example works fine in the root deps.edn, but in my case pedestal is in a library deps.edn
Yes, I was working quickly and should have noted use of :override-deps rather than ordinary :deps.
I guess I should use the same git/sha ref for pedestal.jetty as well
Loving the new docs btw