Fork me on GitHub
#announcements
<
2020-10-27
>
Jarda Pernica10:10:24

Hi there! I have started small project to mimic re-frame architecture in js with Preact called pre-frame. It has similar API, yet covers the main functionality (signal graph, interceptors, coeffects), and is ultra small (1.5kB min gzip). https://github.com/PanJarda/pre-frame.

metal 24
Alex Miller (Clojure team)13:10:15

tools.deps.graph 1.0.56 is now available, just updates to latest tools.deps.alpha and makes available -X style execution with updated docs at https://github.com/clojure/tools.deps.graph/blob/master/README.md

👍 24
wilkerlucio14:10:31

using latest clj (from homebrew) I get Unqualified function can't be resolved: graph, seems like :default-ns clojure.tools.deps.graph is not available in this version

wilkerlucio14:10:18

other minor thing, also got warning to replace :deps with :replace-deps

Alex Miller (Clojure team)14:10:23

shoot, it's :ns-default

Alex Miller (Clojure team)14:10:39

sorry, we don't do PRs in contrib libs

wilkerlucio14:10:12

ah, no worries, closed, thanks for the fix 👍

mauricio.szabo22:10:03

Just published Chlorine for Atom version 0.10.0. In this new release, I added the ability to query some Clojure metadata/vars using EQL. This does not mean that much for now, but it opens some possibilities with static analysis. So, in this version, doc-for-var and goto-var-definition are now using clj-kondo (if it's present on the PATH) if the editor is not connected to any REPL - so you have some functionality without the need of a connection. Discussions on #chlorine channel 🙂

pathom 12
clj-kondo 15
12
mario-star 3