Daniel Compton

Results 276 issues of Daniel Compton
trafficstars

There are some subscription run patterns that are unusual, and that we should alert the user about. - [ ] Show a listing of the full pattern when expanding the...

Not sure if this will only work for most recent render or not, or if it's even possible.

I tried to create a new re-frame template app but got an error when I tried to add `+github-actions`. ```console $ lein new re-frame test-template +github-actions OpenJDK 64-Bit Server VM...

bug

It's often useful to have things like status codes, headers, e.t.c. even in successful responses, e.g. when getting a 201 with a `Location` header. Currently we only return the body...

Currently, people need to provide a response format with every request, by requiring `ajax.core` and calling `(ajax/json-response-format {:keywords? true})` or similar. cljs-ajax doesn't allow using keywords in `ajax-call` to lookup...

`done` should come before `cb`

Thanks for putting together the benchmarks, that's really helpful. It would be nice to be able to see a graph (perhaps on a log scale) to understand the numbers better....

Documentation enhancement

I was working on some SQL migrations and had a syntax error in my SQL script. I had an up and down migration that were both run as part of...

Sometimes it is just as important to know when no migrations need to be applied as when migrations are applied. Currently Ragtime silently does nothing which is fine in some...

When developing, it would be nice to be able to see pretty printed EDN/JSON in responses. This would be especially useful when driving from the Swagger UI, as EDN is...

enhancement