This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-01-30
Channels
- # announcements (14)
- # aws (2)
- # beginners (167)
- # calva (25)
- # cider (124)
- # cljs-dev (2)
- # cljsrn (7)
- # clojars (2)
- # clojure (113)
- # clojure-europe (2)
- # clojure-italy (6)
- # clojure-spec (30)
- # clojure-uk (90)
- # clojurescript (20)
- # code-reviews (16)
- # cursive (28)
- # data-science (2)
- # datomic (89)
- # duct (97)
- # emacs (4)
- # figwheel-main (12)
- # fulcro (37)
- # graphql (3)
- # java (3)
- # jobs (2)
- # juxt (3)
- # kaocha (37)
- # leiningen (2)
- # luminus (2)
- # off-topic (30)
- # onyx (2)
- # pathom (3)
- # qlkit (1)
- # re-frame (7)
- # reagent (2)
- # reitit (62)
- # remote-jobs (9)
- # shadow-cljs (26)
- # tools-deps (19)
- # vim (1)
- # yada (8)
For the next 24 hours all Lambda Island videos can be watched for free. Enjoy! https://lambdaisland.com/news/happy-birthday
Hey, grats and thanks for the gesture 🙂 I’m just getting into Clojure and happen to have a 6 hour train ride on Friday. Never used Vimeo before, is there any functionality to buffer/download videos for those disconnected moments?
Hmm. I realize now there’s a business model here, and so the question is most likely not relevant. I’m too old for these things. No offense meant 😅
Congratulations and thank you! I managed to watch a few awesome vids. Your teaching is very effective.
@UCW3QKWKT download links are so far only available when you buy individual videos.
Just published Chlorine v0.0.9 - socket REPL package for Atom editor.
In this new version, a new way of parsing Java objects and classes using reflection: this should help users that have to do lots of interop with Java, and also fixes some problems when parsing bignumbers and bigdecimals; also, this works on Clojure 1.8.0, before the introduction of datafy
, so if you're using an old Clojure version, this could be useful!
One example of the visualization of Java objects is in this PR: https://github.com/mauricioszabo/atom-chlorine/pull/42.
Discussions on #chlorine channel 🙂
io.aviso/pretty 0.1.37 https://github.com/AvisoNovate/pretty > Sometimes, neatness counts io.aviso/pretty is a library and Leiningen plugin that adds well formatted, readable output of Clojure exceptions. It's pretty indispensable to the tune of 1.9 million downloads, and is integrated into the Ultra plugin as well as Boot. This release is a cleanup, removing the totally unnecessary io.aviso.writer namespace, and switching the Leiningen plugin from relying on implicit middleware to explicit middleware.
I have added [io.aviso/pretty "0.1.37"]
to the vectors of :plugins
and :dependencies
of the lein project.clj
, just as shown in https://ioavisopretty.readthedocs.io/en/0.1.21/lein-plugin.html, but when I lein repl
, the stack-trace doesn't be redirected. How can I make it? Thanks.
That's an outdated version of the docs, see https://ioavisopretty.readthedocs.io/en/latest/lein-plugin.html
I'll go give http://ReadTheDocs.org a kick to make sure latest is latest!