Jack Kleeman
Jack Kleeman
datafusion-proto includes a bunch of features from datafusion we dont want, probably need to fix this upstream or fork it
with df 51.0, no more dependency explosion, so i think we can get this in
> That goes against batching I'm afraid Not necessarily! In a world of concurrent snapshot/trim requests, you could still try to group them and handle the log updates all at...
maybe that is why i found that upgrading my addon deleted the crd? this behaviour was very surprising to me, as deleting the crd deletes all policyendpoints which is certainly...
Fixed in #2006 :)
Hey folks, with this change we get the following WARN on nodes that don't have IMDS 2.1: ``` WARN aws_config::imds::credentials: received 404 from IMDS when loading profile information. Hint: This...
sure, this issue is mainly as a QoL feature
Also 'all keys'
We could test that the enable flag doesn't return an error, for a default server? Beyond that we'd be testing the behavior of the go stdlib, which probably isn't worth...
i think its good to test that responsewriter correctly passes through the command, and we already have tests for hijacker for the same thing. the one on servecontext i dont...