Alex Suraci
Alex Suraci
Today we store versions with a `check_order` column which determines their order in the database. This means that when the version history "shifts around" we need to update a bunch...
`containerd` includes a [snapshotting service](hhttps://github.com/containerd/containerd/tree/main/docs/snapshotters) which encompasses almost all the same goals of Baggageclaim. Can we use it instead? We might still need some sort of remote API so that...
# Update Nov 2025 (@taylorsilva): We're updating the website (Booklit to Zensical) and will add API docs after that migration.
When evaluating `((foo:bar.baz))`, if the value is already present in the build state under a local `foo` var source, its value will be loaded. If not, a `get_var` step will...
# Feature Request ## What challenge are you facing? When working on a project with parallel tracks of work, it does not intuitively make sense to integrate them into one...