This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-11-06
Channels
- # announcements (12)
- # babashka (34)
- # beginners (85)
- # calva (76)
- # cider (14)
- # clj-kondo (49)
- # cljs-dev (32)
- # clojure (418)
- # clojure-europe (3)
- # clojure-france (4)
- # clojure-italy (17)
- # clojure-losangeles (8)
- # clojure-nl (5)
- # clojure-norway (2)
- # clojure-spec (2)
- # clojure-uk (88)
- # clojuredesign-podcast (4)
- # clojurescript (49)
- # clojurex (75)
- # clr (2)
- # core-async (13)
- # cursive (6)
- # datomic (57)
- # duct (31)
- # emacs (6)
- # fulcro (25)
- # graalvm (67)
- # graphql (13)
- # hoplon (1)
- # java (6)
- # juxt (11)
- # kaocha (5)
- # keechma (2)
- # leiningen (16)
- # mount (1)
- # off-topic (19)
- # pathom (2)
- # pedestal (1)
- # re-frame (11)
- # reagent (21)
- # reitit (22)
- # rewrite-clj (1)
- # shadow-cljs (98)
- # spacemacs (5)
- # sql (16)
- # tools-deps (8)
- # vim (28)
- # xtdb (4)
Released Specmonstah 2, a library for writing clear and concise test fixtures: https://github.com/reifyhealth/specmonstah
that’s right 🙂 just one minor tweak, added additional validation on add-ents
"Test" not text I guess :)
lol yes, thank you 🙂
Hot New Release of Sieppari - a small, fast, and complete interceptor library!
• [metosin/sieppari "0.0.0-alpha8"]
(117,963 downloads in clojars )
• better handling of async exceptions
• dropped implicit support for core.async & manifold -> users need to require sieppari.async.core-async
or sieppari.async.manifold
to get those
• oob support for java.util.concurrent.CompletionStage
, e.g. promesa
, manifold
, pohjavirta
, porsas
& co
• https://github.com/metosin/sieppari
Nice! Thank you!
Thanks! There will one big refactor before a non-alpha release out - more explicit config and an optimizing compiler for kick-ass perf. Might be 1.0.0 directly.
https://github.com/kwladyka/form-validator-cljs
Added clojars deployment in Continuous Deployment. Finally you can easy use library in deps.edn
and also lein
and boot
by release version.
2 good reasons to look on this library:
1) If you need form validation using spec
in ClojureScript
.
2) If you want to learn how to make Continuous Deployment
using github actions
and deps.edn
to clojars
look on this file https://github.com/kwladyka/form-validator-cljs/blob/master/.github/workflows/clojars.yaml and https://github.com/kwladyka/form-validator-cljs/blob/master/pom.xml
Feel free to use my github actions work in your project. It is free in public projects and soon will be official in github. 14 of November or something like that. Now I have access to it as beta tester.
---
Big thanks for @seancorfield for helping me learn how to deploy to clojars ❤️
Also thanks in random order for @alexmiller @vlaaad @lilactown ❤️
I hope I didn’t miss anybody 😱
Edamame v0.0.8 https://github.com/borkdude/edamame/releases/tag/v0.0.8 Edamame is a configurable EDN/code parser which attaches location metadata. Follow up in #babashka (which uses this as a lib).