Fork me on GitHub
#announcements
<
2020-07-19
>
mauricio.szabo15:07:42

Just published a new version of Chlorine package for the Atom editor. In this 0.8.2 version, I added support for resolving promises "the right way" (the old way was by changing parts of the Clojure REPL and by using internal APIs from Shadow-CLJS - of course, it didn't survive 😅). This new version is using the new "Shadow-CLJS Relay API", so while still prone to change, it's a public API so it's more stable, not a hack anymore, and it works 100% of the time! Discussions on #chlorine 🙂

👍 12
mauricio.szabo15:07:55

By the way, here's a GIF explaining better what is this support for Promises. You'll need a recent Shadow-CLJS version for it to work, and to toggle "experimental features" on the configs: https://user-images.githubusercontent.com/138037/87866020-855a2480-c952-11ea-8c16-b6b8f2f69df2.gif

💯 12
dominicm16:07:41

A small utility for finding which namespaces your project uses are the slowest: https://sr.ht/~severeoverfl0w/slow-namespace-clj/ I wrote it to see about choosing lighter dependencies in my projects/libraries. (goes well with https://clojure.org/guides/dev_startup_time for finding out the impact AOT has on speedup)

👍 36
uochan21:07:54

Just released antq ver 0.5.0, Tool to point out your outdated dependencies. Supports Maven S3 repositories now! https://github.com/liquidz/antq

👍 12