Rob Browning
Rob Browning
Just for contemplation -- if nothing else, we'd probably want to add an easier way to configure the path.
...given, for example, the caching of the JDK.
Noticed via eastwood that some code might be using incorrect type annotations, for example in `number-recorded`, e.g. `^long` doesn't actually work: https://github.com/jonase/eastwood#wrong-tag
Clojars claims 1.0.11 exists https://clojars.org/io.forward/yaml but the current project.clj specifies 1.0.11-SNAPSHOT. I wondered if 45f3c9cc5e25a8b969da4a2b327211b72c50fd9d might have meant to change it to 1.0.12-SNAPSHOT. Thanks
Right now the root query endpoint (and others) support `timeout`s (cf. `wrap-typical-query`) and their queries are monitored for disconnections, but that's not true for some of the other endpoints. Consider...