Milas Bowman
Milas Bowman
> Hi @milas, I agree that this is not a great mapping. But there are complication since we also support the TOML format: https://github.com/vectordotdev/vector/issues/12832. TIL that TOML has no `null`!...
Hey, a few things going on here, but first off, to make sure there's no confusion: I am not a Vector maintainer. Two potential avenues have been proposed so far:...
fixed by #452
Unfortunately, I don't actually know anything about version negotiation in the Python code. However, I would imagine it's mostly only ever been exercised in the other direction, e.g. to avoid...
With #5248 it's possible to do this for the `k8s_custom_deploy` case by using the `container_selector` argument: https://docs.tilt.dev/api.html#api.k8s_custom_deploy The more general use case of being able to set up a Live...
Beyond potential BuildKit issues/bugs, I saw another case recently where the actual image transfer was basically causing the build to hang indefinitely. There's not much Tilt can do to actually...