This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-01-31
Channels
- # announcements (22)
- # asami (19)
- # aws-lambda (4)
- # babashka (42)
- # beginners (43)
- # calva (28)
- # cider (1)
- # clerk (79)
- # clj-kondo (12)
- # clojure (47)
- # clojure-berlin (1)
- # clojure-brasil (1)
- # clojure-dev (12)
- # clojure-europe (40)
- # clojure-nl (2)
- # clojure-norway (5)
- # clojure-uk (3)
- # clojurescript (56)
- # clr (12)
- # conjure (8)
- # cursive (4)
- # datomic (78)
- # dev-tooling (6)
- # exercism (1)
- # fulcro (9)
- # hoplon (3)
- # jobs (3)
- # jobs-discuss (4)
- # lambdaisland (3)
- # leiningen (1)
- # london-clojurians (1)
- # lsp (125)
- # malli (32)
- # matcher-combinators (3)
- # nrepl (1)
- # off-topic (6)
- # pathom (39)
- # re-frame (13)
- # releases (2)
- # remote-jobs (3)
- # sci (7)
- # shadow-cljs (117)
- # sql (6)
- # squint (7)
- # tools-build (15)
- # tools-deps (12)
morning
Good moarning!
it doesn't have a schema so I need one that will infer an incomplete one from the doc I have
there's a few of these on github, I haven't tried them but saw them recently while looking for something unrelated
my google skills are just giving me old out of date sourceforge projects, so even some github pointers would be great
this looks like it might work: https://github.com/wiztools/xsd-gen
Been having fun going down memory lane: https://clojurians.slack.com/archives/C8NUSGWG6/p1675162030192409
Hello lovely Europeans! (and equally to any mislocated interlopers!) Does anyone want to share their structured logging setup for Clojure with me?
I'm still hoping someone might answer this or that you share an answer you get in another channel as I'm interested
I haven’t really gotten to it yet… Logging is one of those things that eludes me. In theory, I would just plug in to the Java logging system that most libraries seem to already use, but I am still confused how to best accomplish this. I have long had my eyes on https://github.com/BrunoBonacci/mulog since it seems like a great Clojure logging system and I find the possibilities of a https://github.com/ont-app/graph-log intriguing, although I have no real use for graph searches in that space.
What I mostly end up using is Pedestal Log and the https://github.com/lambdaisland/glogi of that logging interface.
The real source of confusion is how to deal with multiple different libs all logging in different ways at the same time…
Just standard logging, https://github.com/ptaoussanis/timbre Timbre, every time. Never let me down.