Peter Fedak
Peter Fedak
Allow continuing and placing belt/wire path plans in the map overlay view. All logic is the same except for not drawing the arrows when zoomed out. Also remember previously selected...
Don't reshow tutorial steps that have been completed. Also make video tutorials respect the tutorial setting.
Stopping and starting a pipeline could lead to new jobs in pipelines downstream of that pipeline even if nothing actually changed. This is one of the easier ways to get...
We require that a job exists when computing base job datums, so currently once a system gets in this state the job will error in an infinite loop, and the...
While users can create multiple pipelines in a single CLI command, we would not execute them in a transaction by default. This is a particular issue for multi-pipeline templates, where...
Better alias UX would probably be this and finish commit resolving to the intended commit instead, at least in the case of a branch reference.
Pachd could get stuck finishing a commit from a killed job.
Make sort order deterministic to ensure failure.
Also remove a handful of extant EnsureStack calls.