This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-06-02
Channels
- # announcements (37)
- # babashka (9)
- # beginners (172)
- # calva (7)
- # cestmeetup (28)
- # chlorine-clover (27)
- # clj-kondo (2)
- # cljs-dev (45)
- # cljsrn (8)
- # clojure (185)
- # clojure-dev (27)
- # clojure-europe (6)
- # clojure-finland (3)
- # clojure-nl (5)
- # clojure-uk (13)
- # clojuredesign-podcast (4)
- # clojurescript (54)
- # conjure (19)
- # core-typed (1)
- # cursive (40)
- # datomic (9)
- # emacs (5)
- # figwheel-main (34)
- # fulcro (238)
- # graphql (14)
- # hugsql (3)
- # leiningen (4)
- # malli (6)
- # off-topic (12)
- # pedestal (5)
- # portkey (19)
- # protorepl (8)
- # rdf (2)
- # re-frame (23)
- # reagent (3)
- # reitit (16)
- # shadow-cljs (29)
- # spacemacs (12)
- # sql (1)
- # xtdb (15)
Hi everyone, I'm pleased to announce the release of https://github.com/oliyh/re-graph. re-graph is a GraphQL client for Clojurescript and Clojure with re-frame bindings and support for queries, subscriptions and mutations over websocket or HTTP. Many thanks to https://github.com/loomis for implementing the vast majority of the features in this release. This release changes: • Running on JDK 10 or lower will require the original Clojure implementation based on clj-http and gniazdo. See the https://github.com/oliyh/re-graphfor details • The options supplied in `init` have been reorganised to separate websocket and http parameters (again, see README) This release adds support for: • Finer control over the http and websocket connections (`:impl` option) e.g. sharing a cookie store as per https://github.com/oliyh/re-graph/issues/58 This release improves: • Fewer dependencies on the JVM It's available now on Clojars. Thanks and enjoy, Oliy



Just launched my all-Clojure project Lightpad on Product Hunt. http://producthunt.com/posts/lighpad Lightpad is a calendar that lets you use your excellent visual cortex for planning. Support, repost, critique (even brutal) and comments are most welcome! Cheers!
Really cool idea beautifully executed. As a calendar are you planning to do integrations with google, icloud, etc? Or is it more for tracking daily work?
also I signed up but can't login anymore saying I haven't confirmed my email (but there's no email in my inbox or spam)
possible I could have fat fingered my email
@U5RFD1733 hey! thanks for the kind words! that would make a good tweet methinks 😉 Yes, Google Calendar is on top of my dev stack! I’ll try the iCloud as well, as I’m myself in this ecosystem. Can you DM me your email? I’ll check
'all-clojure' awesome! congrats! @ognivo do you have any blog post about this tech stack and details? would be very interesting. (edit: fix typo)
@U5RFD1733 I’ve checked mail delivery w my personal email, it worked!
hm, I probably mistyped it then
I guess I don't use iCloud for calendars, so not a vote for that platform in particular. gcal and fastmail are the two I use
Every feedback, critique, nitpick comment on PH helps a lot!
@U7JHWBCS0 fellow Clojurians don’t let fellow Clojurians to use anything less than edn 🙂
#5 of the day on PH, thank you all for the support! ❤️
if it helps anyone – I’ve published a PWA gen library which I use for Lightpad https://github.com/spacegangster/page-renderer
@ognivo Looks cool and interesting!
thanks a lot! that would make a good tweet! 😉 haha
You're welcome 🙂
Also, a comment w critique or feedback on Product Hunt would really help! 🙂
Out of curiosity - is it informed by any UI research or it is just your own original creation?
OK I will post on Product Hunt
OK I posted, short and to the point 😄
I hope it's OK
THanks a lot 😁 ! Yeah, you can add your question there, that would enrich the discussion !
I haven't used it yet myself, just watched the video, but I haven't been happy with normal calendars like Google and this looks like an interesting approach to making them more usable.
Folks, please don't have discussions in the #announcements channel -- follow-up in other channels instead. Thanks.
Ah OK, sorry about that, new to Slack, which channels are best to follow-up on?
@UC2U7E30B usually people posting announcements add a “follow up in #xyz” alongside their announcements. As a reply to the original announcement post is also fine though 🙂
(in a thread, not a new post Martin means)
Ah OK thanks, I'm pretty sure I understand now 🙂
Just released matchete - simple pattern-matching library for clojure(script) It was strongly inspired by meander (awesome tool for data transformation) Main differences: • small codebase (~250 cloc => 2.4Kb extra code in compiled javascript bundle) • no macro to make library composable and fully working in JavaScript environment • extendable via data by adding custom matching rules https://github.com/xapix-io/matchete
Pushed version 0.1.1 for https://github.com/emil0r/ez-wire . This should fix the validation for forms
