This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-04-01
Channels
- # announcements (19)
- # asami (4)
- # babashka (34)
- # beginners (137)
- # calva (22)
- # cider (4)
- # clj-kondo (25)
- # cljs-dev (4)
- # clojure (67)
- # clojure-australia (1)
- # clojure-berlin (1)
- # clojure-europe (35)
- # clojure-germany (3)
- # clojure-nl (5)
- # clojure-serbia (3)
- # clojure-uk (8)
- # clojuredesign-podcast (2)
- # clojurescript (11)
- # conjure (56)
- # data-oriented-programming (1)
- # datascript (1)
- # datomic (6)
- # deps-new (11)
- # eastwood (1)
- # fulcro (11)
- # honeysql (48)
- # inf-clojure (1)
- # jobs (1)
- # joker (6)
- # lsp (26)
- # malli (2)
- # meander (3)
- # off-topic (48)
- # pathom (4)
- # polylith (4)
- # re-frame (19)
- # releases (2)
- # remote-jobs (1)
- # rewrite-clj (127)
- # shadow-cljs (6)
- # spacemacs (3)
- # tools-deps (43)
- # xtdb (16)
Coming up later this month is the https://bit.ly/2NTZG8F, where you can hear the latest research & advancements from experts at Facebook, DeepMind, McDonald's, Amazon, Nestlé, Deepgram, Cisco, OpenText & more! 💬 Topics covered include: • Toward Lifelong Conversational AI • NLU & Computer Vision • Generic ASR Will Never be Accurate Enough for Conversational AI • Extracting Conversation Highlights Using Dialog Acts • Cross-Lingual Transfer Learning 📌 View the agenda in full: https://bit.ly/2NTZG8F ➡️ Book your discounted ticket here: https://bit.ly/2NTZG8F

deleting
https://github.com/nextjournal/beholder is the directory watcher from https://github.com/vouch-opensource/krell as a small standalone library. As a good Clojure library, it’s hatching from its 🥚 at v1.0.0 today, with the hope of it never needing to change again. 🤞 It’s built on top of https://github.com/gmethvin/directory-watcher to fix the still unsatisfactory performance of the JDKs built-in file watcher on macOS. Thanks @dnolen for the initial development and the kind permission to extract it. 🙏
@U6BUSDFMX thank you, fixed https://github.com/nextjournal/beholder#usage
And… probably a stupid question (or one I should test). When you have a watcher running, does it prevent JVM exit?
Very cool! Does Krell now use this library as well? (I know I could answer this Q by checking, but just felt like asking)
@U6GNVEWQG not today, still using https://github.com/vouch-opensource/krell/blob/master/src/krell/watcher.clj
the https://github.com/jonase/eastwood/blob/master/changes.md#changes-from-0314-to-040 linter has a new release! we've given it a push, fixing a number of years-long bugs. Importantly, a new `:ignored-faults` option is offered, allowing you to ignore specific instances of faults on a per-file/per-line basis. This eases the possibility of using Eastwood as a hard CI check. Followup in #eastwood - stay tuned for further fixes :)
@U45T93RA6 how do you generate those changelog entries?
I think https://github.com/clojure-emacs/cider/blob/master/CHANGELOG.md was an inspiration