This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-06-24
Channels
- # beginners (12)
- # boot (15)
- # chestnut (1)
- # cljs-dev (24)
- # cljsrn (2)
- # clojure (32)
- # clojure-dev (9)
- # clojure-news (1)
- # clojure-spec (7)
- # clojurescript (17)
- # cursive (12)
- # datomic (13)
- # hoplon (13)
- # instaparse (8)
- # jobs (3)
- # luminus (11)
- # lumo (10)
- # off-topic (2)
- # parinfer (2)
- # pedestal (2)
- # protorepl (3)
- # slack-help (1)
- # sql (6)
- # vim (1)
async-clj-omni is getting caching for ncm when doing completion. When typing clojure.zip/
you will only run the completion twice instead of (count "clojure.zip/")
times. This is potentially faster, and we get it for free 🙂.
There is a potential bug if I miss a case where a refresh should happen, and it is not. Please let me know if you feel something is wrong. I've already pushed the change, if you use ncm & async-clj-omni, make sure to update both 🙂