Reid D McKenzie
Reid D McKenzie
https://groups.google.com/forum/#!msg/clojure/xCa1mU2sOWs/XcEAGJ4RBQAJ Probably as good an opportunity as any to write some automation around copying patches over to help prevent diverging as both projects evolve.
At present, there's nothing in the Katamari server stack which checks that a response conforms to the JSON response format including featuring an intent let alone a supported intent. Part...
It would be cool if the middleware layer instead of directly recursing was designed to trampoline. This could also make it easier to implement per-middleware timing and attribution of which...
At present the `kat` script is purposefully talky. This could make it less than ideal for composition in a Unix pipeline, see also #6. The `kat` script should be extended...
When starting the backing Katamari server, the `kat` script displays a little single character shell spinner, which works great in a terminal emulator and not so great if you're in...
./kat should at least be able to tab-complete the available tasks Relates to #2, in that server side tasks and script tasks both need to be enumerable depending on how...
As of 0.1.7, fipp can print ATaggedVal records, but `clojure.pprint/pprint` still doesn't like 'em due to the particular combination of interfaces that they implement. Since pprint is in core, guten-tag...
`clojure.core/let` (okay really `clojure.core/destructure`) makes some assumptions about how do to map destructuring on things which happen to be sequences. Tagged values happen to be both maps (`Associative`) and sequences....
It should be possible to hack the TaggedVal type so that whenever an assoc or dissoc occurs the impacted validation functions are lazily re-evaluated. This allows users to construct records...
# 🔍 Question ### Relevant Rules `py_binary` ### Description Many moons ago in response to not particularly liking the Bazel `.runfiles` model of laying out dependencies I developed https://git.arrdem.com/arrdem/rules_zapp which...