Ronnie Dutta

Results 181 issues of Ronnie Dutta

### Description Restarting a workflow with a waiting or orphaned task that is no longer on sequence (due to `flow.cylc` having been changed) can result in traceback. ### Reproducible Example...

bug

### Description #5769 sought to make `Tokens` instances immutable https://github.com/cylc/cylc-flow/blob/98dc86aa1ac55952b8902ad58fa267b55d3ec62e/cylc/flow/id.py#L120-L124 However, this does not prevent ```python tokens.pop(key) del tokens[key] tokens.clear() tokens.popitem() tokens.setdefault(key, default) ``` and also there is this method...

bug?

### Problem The scheduler log would get a spurious color reset char (`ESC[0m`) at the start of the "DONE" line when not in no-detach mode. This was being caused by...

investigation

1. Create a hidden directory (name starting with a `.`) e.g. `.foo` and copy an SQLite database into it 2. Open the database in VSCode Nothing shows for any of...

- Re-enable `no-console` ESLint rule for `console.log()` and `console.debug()` - This was seemingly accidentally lost at some point - Left it off for `console.warn()` and `console.error()` as we do that...

If there is a failure to list the log files, the user should be presented with an error message, not left in the dark. **Check List** - [x] I have...

small

In a mutation form, adding multiple workflows to run the mutation on results in an error snackbar. ![image](https://github.com/cylc/cylc-ui/assets/61982285/8a4a92a9-fc83-43a3-b5af-d49cb9645480) This is because the response we get from the UIServer is in...

bug

>I found one "quirk" when a task disappears from the n-window and is removed from the view, any open menu will jump to the top-left of the screen (because the...

small
UX/UI

### Problem Users may want to set defaults for: - Log view: - Line wrapping - Graph view: - Cycle point grouping - Transpose option ### Proposed Solution Add checkbox...

UX/UI

### Description & reproducible example 1. Run the workflow `P1 = c[-P1] => a => b => c` 2. When `2/b` is running, pause the workflow, then set the graph...

bug