Julian Birch
Julian Birch
In `cljs-ajax`, I've got a feature that allows you to specify that you're expecting a JSON response to be prefixed with (for instance) `while(1);`, like some Google APIs do. Would...
Imagine you're working on ``` (render "{{#x}}0{{/x}}" { :x "hello" }) ``` This prints "XXXXX". I'm inclined to think that it should print "X", and I imagine the equivalent code...
I'll happily write this and send a pull request. At the moment, my plan is to 1. allow you to specify a string as a partial, in which case it...
This started with problems I was having with the "instance (Additive m) => LeftModule () m" instance. Since what I'm trying to create is coordinate systems, I'd like to be...
The example in the readme doesn't deal with the common C case of mutable input parameters. Documenting how to handle this would obviously be useful.
This hasn't been fully investigated but a) it would future proof cljs-ajax and b) it would solve the ReactNative problem. Cross-reference #141
The XmlHttpRequest implementation has been solid for quite some time and the XhrIo code adds very little when you're running in modern browsers. It's time to switch. This will remove...
It would be good to get cljs-ajax added to https://github.com/cljs-oss/canary
Apologies if this is in error, but I got the following bug report and I'm not sure what's causing it: https://github.com/JulianBirch/cljs-ajax/issues/213 Steps to reproduce are: ``` deps.edn: {:deps {cljs-ajax {:mvn/version...
Although not strictly part of the ring spec, it would be nice if make-handler was composable with compojure's `context` macro.