Alexander Oloo
Alexander Oloo
@borkdude I'm not sure of the cause, but I you add a content type in the header in the request ```clojure user=> (:body @(client/patch "https://postman-echo.com/patch" {:headers {"Content-Type" "text/plain"} :body "hello"}))...
@whilo I don't think it's super important to support. The important thing is a consistent approach. We can't have a perfectly functioning DB becoming unusable 298 datoms later. The initial...
> datahike-client will not work either with datahike when compiled with JDK
> @alekcz Does http-kit also work with Graal's native-images? We are currently heading in this direction and I think it will be particularly beneficial if our HTTP client is also...
@whilo @FerdiKuehne I've opened a pull request on encore [#51](https://github.com/ptaoussanis/encore/pull/51) as URL encoder and decoder reflection messages come from there.
@whilo @FerdiKuehne did a bunch of work adding type hints to remove reflection #42 . The last bits of reflection are in: 1. superv/async ``` Reflection warning, superv/async.cljc:110:33 - reference...
Thanks for this. I'll have a looksee this evening
> Can we avoid the utility for docker deployment? > Docker is designed to run a single processes. > It can run multiple processes but I think we can avoid...
@awb99 I had this issue the other day in prod. Basically in v0.4 the datoms were backed up as simple `edn`. The new version expects a binary data type as...