Fork me on GitHub
#announcements
<
2019-11-06
>
jacekschae08:11:00

this week on https://clojurescriptpodcast.com clj-kondo with @borkdude

clj-kondo 52
❤️ 36
nonrecursive14:11:19

Released Specmonstah 2, a library for writing clear and concise test fixtures: https://github.com/reifyhealth/specmonstah

❤️ 24
👏 24
plexus16:11:19

I'm guessing not much has changed since alpha-2?

nonrecursive17:11:18

that’s right 🙂 just one minor tweak, added additional validation on add-ents

Jakub Holý (HolyJak)18:11:24

"Test" not text I guess :)

nonrecursive20:11:34

lol yes, thank you 🙂

ikitommi16:11:05

Hot New Release of Sieppari - a small, fast, and complete interceptor library! • [metosin/sieppari "0.0.0-alpha8"] (117,963 downloads in clojars partywombat) • 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

clj 32
❤️ 20
richiardiandrea16:11:26

Nice! Thank you!

ikitommi10:11:26

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.

kwladyka19:11:04

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 😱

👍 40
cljs 12
borkdude20:11:55

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).

aw_yeah 8
pez21:11:29

Edamame is delicious!