[ClojureScript] Re: Again re-frame and external javascript lib needing db state

2015-03-14 Thread Mike Thompson
On Sunday, March 15, 2015 at 4:30:35 AM UTC+11, Sven Richter wrote: Hi, I am still trying to integrate resumable.js. Got it mostly working so far. What I currenlty do is this. Define a global resumable object: (defonce resumable (js/Resumable. (clj-js {:target /files/upload

[ClojureScript] Web UI DSL

2015-03-14 Thread Roberto Oliveros
Hello everyone! For the past months I've been working on a project that I want to share with you. Its a DSL for describing web user interfaces based on Om and Bootstrap and you can reach it here: https://github.com/roboli/full-control Now a disclaimer, I'm not a computer scientist or clojure

[ClojureScript] How to test XHTTP requests

2015-03-14 Thread Jonathon McKitrick
Is there a testing mode where the server runs and then the client tests against the server API calls? I'm thinking of using the asynchronous testing ability of clojurescript.test, but I'm not sure how to make it work. -- Note that posts from new members are moderated - please be patient with

[ClojureScript] Re: ANN: re-frame v0.2.0 - an FRP MVC pattern for writing SPAs in Reagent. (Woah, so many LTAs!!)

2015-03-14 Thread Mike Thompson
On Saturday, March 14, 2015 at 2:52:45 PM UTC+11, AndyR wrote: On Friday, March 6, 2015 at 11:28:59 PM UTC-5, Mike Thompson wrote: re-frame is a pattern for writing SPAs, using Reagent. https://github.com/Day8/re-frame [...] - pushes Reagent's FRP capabilities (via use of reaction)

[ClojureScript] Again re-frame and external javascript lib needing db state

2015-03-14 Thread Sven Richter
Hi, I am still trying to integrate resumable.js. Got it mostly working so far. What I currenlty do is this. Define a global resumable object: (defonce resumable (js/Resumable. (clj-js {:target /files/upload :headers {:X-CSRF-Token (h/get-value