This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-08-05
Channels
- # admin-announcements (3)
- # architecture (1)
- # beginners (16)
- # boot (14)
- # cljsrn (205)
- # clojars (4)
- # clojure (100)
- # clojure-austin (2)
- # clojure-india (1)
- # clojure-poland (7)
- # clojure-russia (95)
- # clojure-spec (25)
- # clojure-uk (127)
- # clojurescript (32)
- # core-async (7)
- # cursive (2)
- # datascript (4)
- # datomic (3)
- # editors-rus (1)
- # emacs (8)
- # events (10)
- # funcool (5)
- # gorilla (2)
- # hoplon (6)
- # jobs (1)
- # lein-figwheel (7)
- # leiningen (2)
- # luminus (11)
- # om (7)
- # onyx (119)
- # other-languages (31)
- # proto-repl (1)
- # proton (37)
- # protorepl (3)
- # re-frame (60)
- # reagent (8)
- # spacemacs (9)
- # specter (21)
- # spirituality-ethics (2)
- # yada (10)
for now I'm just derefing a promise that never resolves, but I would appreciate any tips on something better
i think in order to support this, this would need to be built into yada — i can see why it is relevant, though, but it would increase yada’s coupling with aleph
@bhagany: which version of aleph are you using?. I've heard others using aleph recently have the same issue but I haven't run into it. Out of curiosity, how does edge work in this case?
@malcolmsparks: edge is using boot’s wait
, which uses the @(promise)
technique
@malcolmsparks: I'm using aleph 0.4.1
small heads up, maybe someone is affected: there was a memory leak in dirigiste 0.1.3, which is a dependency of manifold and therefore aleph (0.4.1). It's fixed in dirigiste 0.1.4. Just spent an hour tracking it down, thinking it was in my app ..
@jstaffans: good to know. Thanks.