Alex Hendren
Alex Hendren
This issue shall be the first line of knowledge capture for documenting questions raised by those who are learning Corto. @cortoproject/core, @cortoproject/collaborators, and others should capture questions below. The Corto...
Currently `corto_select("//")` recursively executes `corto_select("*")` until no children can be found. These recursive queries could be optimized by allowing the mount to implement support to return all objects in a...
When a mount specifies `OWNER_LOCAL` ownership, objects in the object store that are owned by that mount are ignored by `corto_select`. To ensure that `corto_select` does not return duplicate results...
In growing projects, I am constantly forgetting which project folders have been synced with their remote git branches. I will be writing a `bake` tool/plugin that queries each project's bake...