SJ
SJ
This is the check - what simulator are you running? ```swift if #available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) ```
Closed via https://github.com/pantsbuild/pants/pull/20874 (Expose intrinsics as decorated Python functions instead)
I believe I've got a proof-of-concept on this after a ton of cyclic dependencies, and then cyclic rule graphs errors 😆 As per Stu's recommendation in Slack: > not as...
@tdyas @stuhood @kaos ^^ CC'ing you all, as you've all got more context on both the Docker backend and Environments
> build any images found in dependencies (but don't restrict dependencies to only be allowed to be docker_image targets What would be the purpose of allowing non-docker deps if we...
Ran into this, which might have some light insights into practical uv perf benefits, and why: https://blog.streamlit.io/python-pip-vs-astral-uv/ Is there a world where, instead of starting with `uv`, we'd try to...
I have a tentative fix for #17714, and that seems like a good step in solving this issue (or at least mitigating it). It doesn't solve the problem directly, but...
@xlevus @huonw @kaos @tgolsson - Adding you all since you're in the PR about Podman. Is there a reason to use a separate backend at all? As in, I don't...
> Postman and docker aren’t 1:1 matches. They’re close but not exact. Yeah exactly. In my experience, as just a regular ol' Podman convert from Docker - I hadn't run...