Fork me on GitHub
#announcements
<
2019-02-21
>
vemv11:02:08

It takes quite some head scratching to make the Reloaded workflow avoid a variety of pitfalls. I've observed that we Clojure programmers keep encountering these, so I decided to share some knowledge in this tiny repo: https://github.com/reducecombine/rehardened Maybe the single most valuable thing is the snippets, which I've improved continuously over the last months. PRs with further advice are absolutely welcome!

60
rickmoynihan15:02:47

This covers most cases I’ve seen… and hints at a few I haven’t… Is it possible to explain each and every important line in those snippets somewhere?

👍 5
wilkerlucio19:02:31

[com.wsscode.pathom "2.2.10"] is out! This version adds supports for custom user context on connect mutations (more info: https://wilkerlucio.github.io/pathom/#_mutation_output_context). Also fixes issues with elide-not-found that was compromising fulcro tempids. Full change list https://github.com/wilkerlucio/pathom/blob/master/CHANGELOG.md

🔥 10
🚀 5
seancorfield19:02:51

{org.clojure/java.jdbc {:mvn/version "0.7.9"}} just landed in Maven Central. It contains a couple of tweaks around insert-multi! and highly experimental datafy/`nav` functionality (for Clojure 1.10). See https://github.com/clojure/java.jdbc/blob/master/CHANGES.md for more details. All follow-up to #sql please!

👏 55
parrot 10
parens 10
tony.kay22:02:37

Fulcro 2.8.2 on clojars. Minor bug fixes. See CHANGELOG for details. https://github.com/fulcrologic/fulcro/

parrot 25
fulcro 20