Ronnie Dutta

Results 181 issues of Ronnie Dutta

**Describe exactly what you would like to see in an upcoming release** When you drag the drawer to zero width, a button appears to re-expand the drawer. This button should...

small
UX/UI

https://github.com/cylc/cylc-ui/pull/1269#discussion_r1160035453 ### Problem Deep watching workflow tree may have performance hit because we don't need to recompute the filter on every change e.g. job messages https://github.com/cylc/cylc-ui/blob/b742553a0e809f8e07402deedb0c72c769c10f92/src/components/cylc/gscan/GScan.vue#L273-L277 ### Proposed Solution Refactor....

efficiency

Currently, suicide triggers are shown in the graph view just the same as normal dependencies, which makes it look like a task depends on itself. We should either not display...

bug

Python 3.7 no longer supported on latest MacOS runner

small
infrastructure

Starting up a Cylc workflow that has many job logs is slowed down quite a bit by Rose doing `os.walk()` here: https://github.com/metomi/rose/blob/557884bb2437e3c94d046a565dd44620eb97c0b3/metomi/rose/config_tree.py#L160-L173

**Describe the bug** Hovering over an action name fails to load any info about it from the GitHub API, and after a while I might get an error notification. **To...

bug

It is possible to add a truncated TimePoint to a regular one (although that has a bug: #80). However, when trying to subtract a truncated TimePoint from a regular one:...

Closes #80 Closes #212 Built on #203 - [x] Tests included - [x] Changelog entry included

bug

Accumulation of various acts of tidying over the months. One relatively noteworthy behaviour change: `TimePoint.seconds_since_unix_epoch` is now an `int` instead of `str`.