Oliver Sanders
Oliver Sanders
### Problem Definition lists are rendered differently when defined within domain documentation. May be loosely related to https://github.com/readthedocs/sphinx_rtd_theme/issues/979. ### Reproducible Project ```rst Foo foo *Bar* bar ``Baz`` baz .. py:class::...
* During a scan directories are listed asynchronously and recursively. * If a directory is queued for listing, but then deleted before the listing takes place a FileNotFoundError will occur....
Add support for Python 3.10. Note 3.11 is now nearing release but we can't install our deps with it just yet... > **Note:** We may need to change the conda-forge...
We should expose the `[runtime]` section of the workflow configuration via the GraphQL schema. This is needed for: * Trigger edit (#3751). * Displaying `[runtime]` in the "info" view (https://github.com/cylc/cylc-ui/issues/1071)...
As with tasks it would be useful to know how log an xtrigger took before it polled a success outcome. This would help with workflow analysis. **Pull requests welcome!**
Closes #4566 Surprisingly responsive auto-completion for Bash with scope for extension to other shells.  > The POC was so straight forward it only took a few lines to turn...
Various odds and ends from abandoned branches and some extra tests, low priority: * Cherry-pick graph changes from the abandoned https://github.com/cylc/cylc-flow/pull/4911 * Removed the "unsatisfiable dependency" logic. * Kept the...
* Closes https://github.com/cylc/cylc-flow/issues/5019 * Permit escape characters (e.g. "%2F" for "/") in suite IDs. **Requirements check-list** - [ ] I have read `CONTRIBUTING.md` and added my name as a Code...
Progress: - [x] Public DB not closed correctly (#4222) - [ ] Persist connections to the private and possibly public databases during lifetime of scheduler? **The Issue:** Cylc is not...
Currently, if a client connection fails we check whether the workflow is still running and remove the "stale" contact file if not. This requires an SSH call. This check serves...