Tim Pillinger

Results 108 issues of Tim Pillinger

### Problem The current VIP and VR scripts tell users what atomic scripts would be being called. That is, ```bash cylc vip /loc/myworkflow --workflow-name foo -s='BAZ=42' ... $ cylc validate...

Closes #5526 Deals with a bug was returning every message ever sent by a task on each poll. (Draft pending further checks, to ensure that I haven't broken anything) **Check...

bug
small

## Example This works as expected: ```python an_r_string = r''' Hello \ World ''' ``` But this raises an error: ```python planet = 'Earth' an_r_string = fr''' Hello \ {planet}...

All cylc messages are printed in _grey_ chips: ![image](https://user-images.githubusercontent.com/26465611/233048226-36dfe6a8-9be7-4b35-95b6-4831477c643d.png) I think I would expect these bubbles to be coloured and formatted in a manner similar to CLI logging - i.e....

small

**Describe exactly what you would like to see in an upcoming release** The default log file selected should depend on the outcome of a job: | Outcome | Default File...

Make the pagination controls stay visible in table view: Seealso https://github.com/cylc/cylc-ui/issues/991 **Pull requests welcome!**

small
UX/UI

Tests for the combined effect of https://github.com/cylc/cylc-rose/pull/322 and https://github.com/cylc/cylc-flow/pull/6097 in closing https://github.com/cylc/cylc-rose/issues/319.

As described by @kaday (to whom many thanks for boiling it down to the toy example below): The following rose config ```bash #!/bin/bash SRC=$(mktemp -d) cat > "${SRC}/rose-suite.conf"

bug

Many users on the last course we ran are exclusively Git users and Rosie is an irrelevance to these people.

doc

User is modifying a suite config with a transformer macro: - On the command line an error is emmitted, but a `rose-app.conf` file containing the correct `rose-suite.conf` contents is produced....

bug?
investigation