This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-07-06
Channels
- # aleph (1)
- # announcements (29)
- # babashka (39)
- # beginners (52)
- # cider (3)
- # cljsrn (19)
- # clojure (167)
- # clojure-europe (15)
- # clojure-nl (2)
- # clojure-uk (62)
- # clojurescript (13)
- # community-development (8)
- # cursive (5)
- # datomic (10)
- # introduce-yourself (1)
- # java (10)
- # jobs (12)
- # jobs-discuss (1)
- # kaocha (2)
- # lsp (6)
- # luminus (1)
- # malli (15)
- # meander (3)
- # music (1)
- # nrepl (2)
- # off-topic (91)
- # pathom (4)
- # reagent (21)
- # reitit (10)
- # sci (5)
- # shadow-cljs (17)
- # spacemacs (3)
- # sql (7)
- # tools-deps (40)
- # utah-clojurians (2)
- # xtdb (7)
[com.wsscode/pathom "2.4.0"]
is out at Clojars https://clojars.org/com.wsscode/pathom
This release adds to parsers the support for the boundary interface from Pathom 3 (https://pathom3.wsscode.com/docs/eql#boundary-interface). Besides the utility of the feature itself, it's going to be required for a new entity editor data feature that I'll be landing in Pathom Viz soon.

Since 4clojure is shutting down, I built "4ever-clojure": a completely static version of it which runs using cljs + sci. It interprets the code in the browser itself. ๐ (Thanks to @borkdude for sci + giving me the idea) It's live at: http://4clojure.oxal.orgย Suggestions / Issues / PRs welcome:ย https://github.com/oxalorg/4ever-clojure ๐ New problems can be directly added via a PR ๐



Yup there are a few issues with platform specific code which won't work reliably in cljs. Fortunately there's a way to patch these specific issues using sci, will look into it ๐
Perhaps even makes sense to update Problem 3 with something like https://clojuredocs.org/clojure.string/upper-case
Adding instructions now! If you are using emacs+cider, you only need to cider-jack-in-cljs
and a server should open up on localhost:8000
I usually don't use jack-in since I can't follow what's happening with all those magically injected deps
After doing npm install
once, you can npx shadow-cljs watch :my-build
yeah, this is what I needed: https://clojurians.slack.com/archives/C06MAR553/p1625579996453000?thread_ts=1625566296.443000&cid=C06MAR553
@U013MQC5YKD Not sure what this is: https://plausible.io/js/plausible.js net::ERR_BLOCKED_BY_CLIENT but my adblocker blocked it.
@U013MQC5YKD OK, I think PR is ready for merge. 1) allow all JS interop 2) fix React key warnings 3) update .gitignore
Awesome!! Plausible is an open source analytics tool ๐
I've updated the readme with dev instructions, and merged your PR ๐ Thanks!
@U013MQC5YKD thanks so much for doing this! 4clojure was a big part of my own Clojure learning process, and Iโm thrilled that it can continue helping clj/s newcomers in the future.
Thank you @U077BEWNQ , Iโm super grateful to the clojure community and just doing my small bit ๐๐
@U013MQC5YKD https://github.com/oxalorg/4ever-clojure/issues/2#issuecomment-876178662
I was sure that I did deploy after your merge, I guess not ๐On it now ๐
Friends, the first version of PCPย is outย `0.0.1` ๐ PCP: Clojure Processor is almost a drop-in replacement for php-fpm behind nginx. Like php it allows for multiple different sites to be hosted on the same VPS with the endpoints being derived from the directory structure. Best of all you get to write Clojure (thanks to #sci). It's still relatively new, but can easily withstand ~100 req/s on $5 droplet. Please give it a whirl and lemme know what you think. I'd love some feedback. You can learn more about it here: https://github.com/alekcz/pcp Special thanks to @bruno and @borkdude for the support and guidance in the journey so far.

com.walmartlabs/lacinia-pedestal 0.16.1 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/ Featured changes in 0.16.1: - Updated the version of the packaged GraphiQL; this included adding the request headers editor