Scot Brown

Results 8 comments of Scot Brown

This issue also affects usage of Swagger UI for Clojure applications that use `application/edn` parameter content type. The execute button will not function if valid EDN is passed. However, if...

Hi there, Cljsbuild will compile all ClojureScript files that are in your source paths (which are also required by your main namespace) into a single JavaScript file. In the case...

Is ping the only standard event that will get wrapped in recv? Also, will ping *always* be received in the wrapped form (if `wrap-recv-evs?` is `true`)?

Also, out of curiosity, why is `wrap-recv-evs?` enabled by default? I can't see a reason for this difference in behaviour between client and server personally. What is the rationale behind...

I hacked together a first attempt, but it's not quite complete. I added an intermediate subscription between `:subs/all-subs` and `:subs/visible-subs` called `:subs/sorted-subs` that, for now, just filters out pinned subs...

Looks like it may be related to [this issue](https://github.com/swagger-api/swagger-ui/issues/6295) that is still open. Will see what I can do on my end, but it seems that the only thing to...

Still broken as of swagger-ui 3.43.0 I've added a comment to the issue referenced above. Hopefully they address it so that it can be included here.

Hi! Yeah, that'd be good. Thanks! The primary reason I made this library was for working with docker/kubernetes deployment configuration in [albatross](https://github.com/SVMBrown/albatross). The main use case there is for having...