-
I've been working out how to get incremental results, not sure if you want to support it as `cljs-http` might be moving from xhrio (#21). I've got an issue open there, and it can be plugged in at eith…
-
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
-
I'm unable to run figwheel - any help on this would be much appreciated. I've dumped all the info I can think might be useful below.
I can compile fine with `lein cljsbuild once` ,but with figwheel…
-
Using the last ClojureScript "1.10.741" this happens:
```
$ clojure -Sdeps '{:source-paths ["src/cljs" "env/dev/cljs"] :paths ["env/dev/cljs" "env/dev/resources" "src/cljs" "resources" "test/cljs…
-
leftover from #85 - currently `wrap-params` is required from Ring, could be optimized and packaged into `reitit-middleware`. the body-params could be pushed into Muuntaja (see https://github.com/metos…
-
castra uses jquery for its (a) ajax fn and (b) promise. this dependency can be removed by (1) using the native XMLHttpRequest (2) making requests from a worker thread wrapped in a clojurescript futur…
-
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 you be interested in…
-
Hi, I'm having trouble getting the Express version of this example to work with the current version of Sente. I believe this is due to how CSRF tokens are managed during the handshake, but it may be …
-
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 all Google Closur…
-
After upgrading to lein-garden 0.2.8 from 0.2.6, I see the following error messages on each run of Leiningen:
```
# lein version
Error: cannot resolve leiningen.garden/activate hook
Leiningen 2.6.1 o…