announcements

Project/library announcements ONLY - use threaded replies for discussions. Do not cross post here from other channels. Consider #events or #news-and-articles for other announcements.
Jarda Pernica 2020-10-27T10:00:24.301300Z

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.

🤘 8
alexmiller 2020-10-27T13:55:15.303500Z

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

👍 8
practicalli-john 2020-10-29T10:42:55.320200Z

Excellent tool. I've added it to https://github.com/practicalli/clojure-deps-edn#project-dependencies

wilkerlucio 2020-10-27T14:15:31.304200Z

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

wilkerlucio 2020-10-27T14:16:18.304400Z

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

alexmiller 2020-10-27T14:18:23.304600Z

shoot, it's :ns-default

wilkerlucio 2020-10-27T14:20:19.304800Z

https://github.com/clojure/tools.deps.graph/pull/7/files

alexmiller 2020-10-27T14:20:27.305Z

fixed

alexmiller 2020-10-27T14:20:39.305200Z

sorry, we don't do PRs in contrib libs

wilkerlucio 2020-10-27T14:21:12.305400Z

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

mauricio.szabo 2020-10-27T22:57:03.311600Z

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 🙂

4
5
1
4