Scot Brown

Results 10 issues of Scot Brown

`` emits ``, `` emits `` and `` emits ``. Is this intended behaviour? If so, why? The reason I ask is because of my confusion using a downstream library...

enhancement

Similar to #414 but felt it was worth adding that even with the latest version of C++ available on CentOS 7, it still fails. Currently pinning to version 1.8.0

Despite specifying a `:url` of `/api/swagger.json`, Swagger UI uses a default value of `http://localhost:3000/api/docs`. It appears that Swagger UI v2 is not loading its config from `/api/swagger-ui/config.json` properly. I am...

bug

The newest Swagger UI seems to prevent the submission of EDN bodies. It appears to be a purely front-end issue, since EDN that incidentally conforms to JSON spec (e.g. `{}`)...

Currently, it is difficult to find a particular subscription in the "Subs" tab. It would be nice to have a search bar similar to the path inspector in the "app-db"...

enhancement
help wanted

Uploading two files with the same filename (to the same issue) causes sql error. Error should either be caught and result in 4xx error (rather than 500) or filename should...

enhancement

I was investigating handling of namespaced keywords in hiccup and reagent and stumbled across the following behaviour: ```clojure (html [:div {::id "abc" :id "123" :my.ns/id "xyz"}]) ;;=> "" ``` Not...

When a complete match is not found, these fns still trigger .pushState and .-on-navigate. A nil check before triggering these effects, along with a thrown error or an error message...

frontend

When providing a body to Swagger with type `application/edn`, the "Execute" button doesn't do anything (unless it is valid JSON as well). A request body that is valid JSON but...