[ANN] re-graph 0.1.5 - the GraphQL client for Clojurescript

2018-05-13 Thread Alan Moore
Nice! Thanks, I’ll have to take a look. This is good timing for my current project. Alan -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - p

Re: Asynchronous http poll

2018-05-13 Thread Brjánn Ljótsson
Hi Oliy, I really appreciate your input since I'm totally new to writing asynchronous tasks. If I understand you correctly, promises are a better way to go if only one value is collected from S2 by S1. However, S1 will keep polling S2 (once every 1.5 secs, by S2's API specification) for updates on

Re: Asynchronous http poll

2018-05-13 Thread Oliver Hine
Hi, Not a direct answer, but something that may help you simplify your problem: I have a general rule to avoid core.async when only one value would ever be sent down the channel. For these use cases promises are an order of magnitude simpler, giving you control of the thread of operation, simpl

[ANN] re-graph 0.1.5 - the GraphQL client for Clojurescript

2018-05-13 Thread Oliver Hine
Hi everyone, I'm pleased to announce the release of re-graph 0.1.5 . re-graph is a GraphQL client for Clojurescript with re-frame bindings and support for queries, subscriptions and mutations over websocket or HTTP. - This releas

[ANN] tools.deps.alpha 0.5.435, clj 1.9.0.381

2018-05-13 Thread Alex Miller
Now available: - tools.deps.alpha 0.5.435 - clj 1.9.0.381 - Mac: brew upgrade clojure - Linux: see https://clojure.org/guides/getting_started - Windows: working on it! Changelog: - Support for Maven deps in authenticated repositories (TDEPS-9 - thanks Dominic