James Frost
James Frost
### Problem Currently a background job on a remote host that intercepts SIGTERM does not get killed when the time limit expires. This is due to the timeout command only...
### What happened? Rerunning a failed action after 26 hours, I was surprised when an artifact with `retention-days: 1` was still able to be downloaded. If retention days is only...
### Problem The cylc UI doesn't currently respect user agents setting [prefers-reduced-motion](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-reduced-motion). This accessibility option indicates whether animations should play, and is useful to both people who get nauseous at...
When a spaced_list is created in the rose edit GUI, it is separated by commas, rather than the expected spaces.
### Description The [cylc.flow.unicode_rules.TaskNameValidator](https://cylc.github.io/cylc-doc/stable/html/_modules/cylc/flow/unicode_rules.html#TaskNameValidator) documentation states that workflows must start with an alphanumeric character, and contain only alphanumeric, -, +, %, and @ characters. However it can also contain `_`...
### Tool name miniconda ### Tool license https://legal.anaconda.com/policies/en/ ### Add or update? - [ ] Add - [X] Update ### Desired version miniforge ### Approximate size same ### Brief description...
### Description A common interaction pattern in touch interfaces is pinching to zoom. This does not work in the graph view of the cylc GUI. ### Reproducible Example 1. Open...
### Problem Long task names are common in cylc, especially where tasks are generated through jinja and whatnot. In the graph view these long task names are displayed on a...
When you have a repeating set of compound fields for a config setting, it relies on other unrelated compound fields having a value, otherwise it will not save the value....
When typing into a python_list widget, after adding the first quote of a string, the widget falls back to showing the raw value of the setting before the second quote...