This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-08-04
Channels
- # announcements (5)
- # aws (11)
- # babashka (15)
- # beginners (101)
- # biff (14)
- # calva (45)
- # clj-kondo (18)
- # cljs-dev (5)
- # clojure (178)
- # clojure-austin (5)
- # clojure-europe (8)
- # clojure-france (1)
- # clojure-nl (12)
- # clojure-norway (6)
- # clojure-spec (4)
- # clojure-uk (1)
- # clojurescript (13)
- # community-development (2)
- # conjure (6)
- # cursive (8)
- # datahike (1)
- # datalevin (3)
- # datascript (36)
- # datomic (6)
- # emacs (2)
- # etaoin (2)
- # fulcro (5)
- # graalvm (6)
- # gratitude (3)
- # introduce-yourself (1)
- # jobs-discuss (1)
- # lsp (19)
- # malli (4)
- # nbb (11)
- # off-topic (4)
- # other-languages (1)
- # pathom (19)
- # pedestal (1)
- # shadow-cljs (22)
- # spacemacs (16)
- # tools-deps (31)
- # vim (7)
After releasing https://github.com/nathell/skyscraper 0.3.1 a few days ago, I set out to write a little showcase for it, and uncovered several bugs in the less-well-trodden parts of the code. So let me introduce you to Skyscraper 0.3.2:
• Fix: Skyscraper no longer throws exceptions when using processed-cache and some of the processors don’t have :cache-template
.
• Fix: Skyscraper no longer throws exceptions when the server returns multiple Content-Type headers.
• Fix: Processed cache no longer garbles non-ASCII strings on macOS.
And here’s the showcase I mentioned: https://danieljanus.pl/autosummarized-hn/ (https://github.com/nathell/summhn). Some GPT-3 included!
https://github.com/clj-commons/etaoin The 38th release of Etaoin, but the first under the loving care of clj-commons! Much thanks to @igrishaev for creating Etaoin and now entrusting it to our care. A big thanks to @borkdude for all his moral, intellectual and borkcellent support. Highlights from the https://github.com/clj-commons/etaoin/blob/master/CHANGELOG.adoc#v1038-minor-breaking: • We are now Babashka compatible! • Lint support augmented with a clj-kondo config! • Docs and docstrings reviewed, reorganized, cljdoc-ified, and updated (with thanks for new tips and usages from @jkrasnay and @raimonster!) • Various bugs squashed • Automated test coverage now also includes Windows and macOS • An Etaoin logo from @igrishaev (thank you for this parting gift Ivan!) • Support for connecting to a remote WebDriver (thanks @verma & @mjmeintjes!) Drop by #etaoin with any questions!