This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-10-11
Channels
- # announcements (4)
- # babashka (50)
- # beginners (45)
- # cider (12)
- # clara (1)
- # clj-commons (6)
- # clj-kondo (3)
- # cljdoc (3)
- # cljs-dev (44)
- # clojure (19)
- # clojure-europe (15)
- # clojure-france (1)
- # clojure-nl (13)
- # clojure-portugal (4)
- # clojure-uk (6)
- # clojurescript (3)
- # conjure (3)
- # cryogen (10)
- # datomic (23)
- # emacs (9)
- # fulcro (12)
- # graalvm (1)
- # graphql (2)
- # introduce-yourself (2)
- # jobs (4)
- # jobs-discuss (9)
- # lsp (2)
- # pathom (3)
- # polylith (23)
- # portal (1)
- # reagent (14)
- # releases (4)
- # remote-jobs (3)
- # shadow-cljs (1)
- # sql (8)
- # tools-build (7)
- # tools-deps (10)
- # xtdb (7)
tools.build v0.6.1 515b334 is now available: β’ compile-clj - TBUILD-20 - fix regression with including class dir on classpath β’ copy-dir - add option to copy but not replace binary files by extension
org.flatland/ordered
1.15.10 is out, with thanks to clj-commons. Ordered offers map and set variants that maintain insertion order. This release adds a ClojureScript implementation of the map type. (follow-up in #clj-commons).
https://github.com/ingesolvoll/glimt, an FSM interface for https://github.com/day8/re-frame-http-fx, has had its first release. Itβs implemented using https://github.com/lucywang000/clj-statecharts.
com.walmartlabs/lacinia
1.0 and lacinia-pedestal
1.0
Lacinia is an open-source implementation of the GraphQL specification, in Clojure.
GraphQL is an outstanding approach to getting diverse clients and servers exchanging data cleanly and efficiently.
GitHub repo: https://github.com/walmartlabs/lacinia
Documentation: http://lacinia.readthedocs.io/en/latest/
It's been our goal since the initial release of Lacinia in 2017 to produce a GraphQL library that
was stable, performant, easy to use, and true to the specification. We at Walmart, along with a number
of outside contributors, have spent the last ten months adding new features, overcoming limitations, and improving
performance, while deploying these libraries to servers handling millions of requests per day.
Featured changes in 1.0:
- detection of infinite cycles due to fragments calling themselves
- merging subtrees caused by fragment selections
- schema navigation: expose the compiled schema's contents via the select-type
API
lacinia-pedestal
adds support for accessing Lacinia GraphQL as an HTTP endpoint
GitHub repo: https://github.com/walmartlabs/lacinia-pedestal
Documentation: http://lacinia-pedestal.readthedocs.io/en/latest/
1.0 contains a small bug fix