This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-04-26
Channels
- # announcements (10)
- # aws (5)
- # babashka (27)
- # beginners (175)
- # boot (1)
- # braveandtrue (2)
- # calva (11)
- # cider (13)
- # clj-kondo (91)
- # cljs-dev (54)
- # cljsrn (20)
- # clojure (164)
- # clojure-gamedev (3)
- # clojure-uk (43)
- # clojurescript (185)
- # core-async (6)
- # core-typed (1)
- # cursive (1)
- # docker (2)
- # emacs (2)
- # figwheel-main (78)
- # fulcro (69)
- # off-topic (20)
- # pathom (30)
- # planck (3)
- # re-frame (6)
- # reagent (70)
- # reitit (26)
- # ring (1)
- # shadow-cljs (120)
- # tools-deps (6)
- # vim (9)
Hello everybody! Today I have a couple of exciting news! First the release of the Pathom Viz electron app! This is a stand-alone application to give tooling support for developers using Pathom on their applications. This app includes: Query Runner - This provides a query runner with auto-complete support and query history. - Provides tracing feature to debug queries - A new visualisation to support the improved query planner, still experimental, but with great capabilities to Index Explorer - A tool to allow navigation in the the web of the connect index of your parser. Requests (currently cljs parsers only) - Captures queries running in your parser so you can inspect a debug as they from your application. This allows you to connect in Pathom parsers defined both in Clojure or ClojureScript. You can download the client at: https://github.com/wilkerlucio/pathom-viz/releases/tag/v1.1.0 For more information check the docs at https://roamresearch.com/#/app/wsscode/page/RG9C93Sip Hope you enjoy this release, cheers!


I published for all platforms, but I only have a Mac to test, so confirmation if Linux and Windows builds are working properly will be very welcome 🙏
I've been working with the latest cljs and imagining a brand new react wrapper for hook based use https://github.com/tatut/koukku
Rum 0.11.5
is available now. More info in release notes https://gist.github.com/roman01la/b1888bedbafd328169e26c66dde5fd56

Hi, after a few months working I wanted to share with you my project: a Disqus clone API to be independent in Clojure. Also, a system to migrate the comments: Glosa
Updated figwheel, reagent and clj-new to latest in my little create-reagent-app
cli template. This is a low opinion template that just gets you on the right track early in the development process. https://github.com/athomasoriginal/create-reagent-app
spire 0.1.0-alpha.6 released https://github.com/epiccastle/spire/releases/tag/v0.1.0-alpha.6 - implement external code loading via require or load-file - #25 - Fix hanging or breaking file upload when using multibyte unicode :content - #38 - Make upload file :src path relative to executing script's folder - #39