-
This is an umbrella issue focusing on design and scope.
"Browser-based test runner" is a feature-phrase that many people use to refer to a number of different use cases related to "headed" browser-ho…
-
Right now, even when the client has been set to accept JSON (and therefore expects valid JSON), a `GET` or `DELETE` on a paste that does not exist returns the string `Not Found.` While this correctly …
-
In Clojure, single-segment namespace names such as `datascript` are discouraged versus multi-segment names such as `datascript.core`, both as a matter of style and as a matter of being on the JVM ([St…
-
I'm getting 404 for the Closure library.
```
Request URL: http://localhost:3449/js/compiled/out/goog/net/XhrIo.js?zx=sr3bdn3l6dm9
Request Method: GET
Status Code: 404 Not Found
```
But the file is t…
-
It's probably a confusing term to use for this scenario, but is it possible to set up FW so it gets used for _simultaneous_ development in CLJS on both the server and the browser, i.e. two REPLs?
I'm…
-
Given this specific grammar:
```
a = #'
```
(the newline at the beginning is important)
The output shows `Error: index out of bounds` instead of an average "grammar not parsed properly" error. I'm…
-
Need to automate this bit:
Now, within Xcode, navigate to the _Build Settings_ for the AwesomeProject target and find _Other Linker Flags_. It should currently be set to
```
-ObjC
```
Revise this s…
-
I upgraded recently from Sente 1.2.0 to version 1.6.0
SInce the upgrade, I see this behavior now with browsers that don't support websockets:
```
POST /ch HTTP/1.1
Host: 192.168.122.1:8080
Connectio…
-
Hi!
I've been working on migrating a hackathon project to clojurescript using reagent https://github.com/joakin/webkipedia
The problem I'm hitting is that figwheel reloads do not trigger a full re-r…
-
Wanted to try the live demo, but got this error in the JS console:
`uncaught exception: Invalid match arg: /^\//`
Might be this issue: https://github.com/clojure/clojurescript/commit/d717b4edea074fcf…