Bobby Calderwood

Results 28 comments of Bobby Calderwood

We have a use case that needs clickable arrows, similar to the one described in #108. We need to make the arrows click-selectable to enable various interactions, but our arrows...

My team will be happy to contribute to this PR, too, we're not expecting anything for free!

We have a use case that needs clickable arrows, similar to the one described above. We need to make the arrows click-selectable to enable various interactions, but our arrows do...

We’re using Editscript as the main way of evaluating changes within our convergent reference type in our CRDT library, [Converge](https://github.com/evidentsystems/converge).

@ikitommi I'm happy to open a PR for this, but I'm not quite sure where to start. Could you point me to the places where refs are currently resolved/substituted for...

+1 for this, I also have a use-case for POSTs handled asynchronously.

I've been able to work around this issue (hopefully temporarily :-) via as-response: ``` clojure ... :as-response (fn [d ctx] (let [response (as-response d ctx)] (if (::sync ctx) response (assoc...

Hmm, let me dig into this one and get back to you.

@statonjr Thanks for the suggestion (both in person and for documenting here), and for generally interesting conversations at Strange Loop! I also noticed that you signed the CLA, so thank...

@graemerocher If we're backwards-breaking, wouldn't we bump to `2.0.0.BUILD-SNAPSHOT`, as per SemVer?