Tim Greene

Results 22 comments of Tim Greene

> Regarding why liberator's decision order is like it is, the reason is that it started as a clojure port of Erlang's webmachine and inherited it's decision graph. It has...

I found the date quite surprising on RFC 7231, I always think these things were locked in stone long, long ago! I'm pleased it was helpful, the same is true...

There is slightly less boilerplated way to achieve this relying on the shadow-cljsjs namespaces that should already be available to you, you can add just those devcards specific symbols to...

If you wanted to enable this for yourself trivially you could add a shell script like the following `colima-launcher`, alongside `.../bin/colima`: ``` #!/usr/bin/env bash colima start /opt/homebrew/gnubin/sleep infinity ``` And...

Awesome, thanks @kyptin this has been on my todo list for ages for the exact same use case as yours (evergreen-ui + shadow-cljs), I ended up using webpack to create...

Found this IOOBE issue again with event hub kafka with index 3157

- We're switching to use AKS instead of container apps as the volume options for container apps are quite limited - We have an AKS cluster with the benchmark running...

We worked around this by essentially not writing files that already exist in the buffer pool [here](https://github.com/tggreene/xtdb/commit/e01f58fc66eed4c3875a2a507c237199f16b341f), but haven't addressed the underlying issue

Related to https://github.com/xtdb/xtdb/issues/4469

I attempted to apply a change that allows the keyword :xt/id in transit encoded insert operations (in particular put docs) but found that it introduced stricter validation around valid to/from...