胡雨軒 Петр

Results 75 comments of 胡雨軒 Петр

A bit more details about @mitchelkuijpers's [comment](https://github.com/xtdb/xtdb/issues/253#issuecomment-528769496), here is how I would do it: ``` clojure (def node (xt/start-node {})) ``` Let's create some users ``` clojure (->> [[::xt/put {:xt/id...

Thanks a lot for your kind words @refset, and kudos to the stellar support you provide! Would you know another way to express `tx->tx+ops`? would it be feasible to optionally...

Common responses with http status codes, schemas, and example, or at least common errors, would be really great to have and would allow to focus endpoint description only on specific...

That would sound quite nice, so it would allow to define a data-model with malli and check it or instrument it on Clojure records. Another possible syntax might be: ```...

I haven't donw a lot of research about it, but I have been left under the impression that: - The Plumatic world hasn't anything very established to do instrumentation; -...

clj-kondo integration might be quite a killer feature!

I would suggest that `plus-schema` denotes a function returning a schema, but I agree it is far from perfect, albeit kind of explicit.

I for one would also give kudos to the current README! Sorry if it wasn't clear in my first message. Regarding documentation quadrant, I recently found this very similar page...

Well, I guess it's possible with the query string but it's [impractical](https://stackoverflow.com/a/812962)