Ronnie Dutta

Results 181 issues of Ronnie Dutta

> [!IMPORTANT] > Do not bump to a later milestone Workaround for https://github.com/cylc/cylc-flow/pull/6554#discussion_r1926921905 **Check List** - [x] I have read `CONTRIBUTING.md` and added my name as a Code Contributor. -...

**Describe exactly what you would like to see in an upcoming release** We should consider displaying date-times in the long ISO format in the UI, even if the cycle point...

accessibility

This is due to https://github.com/vuetifyjs/vuetify/issues/18123 Perhaps we can come up with a workaround

bug
accessibility

Possibly due to unique dependency versions that are getting installed on this version? Someone ought to investigate

investigation
infrastructure

Cannot create what ought to be a valid truncated TimePoint: ```python-console >>> TimePoint(year=2, month_of_year=2, day_of_month=29, truncated=True, truncated_property='year_of_decade') ... BadInputError: Invalid input (out of bounds): day_of_month: 29 ``` But year of...

bug

```python-console >>> a = TimePoint(year=1, week_of_year=2, truncated=True, truncated_property=year_of_decade) >>> a >>> a.to_calendar_date() ... TypeError: unsupported operand type(s) for +: 'int' and 'NoneType' ``` I think converting to a calendar date...

bug

### Description If there is an illegal value or syntax error in a `global.cylc` file, then the scan task (`self.update()`) raises. This is caught and logged in the UIS log,...

bug

https://github.com/cylc/cylc-uiserver/blob/aeddbcb01ca68de01258ccdd1c129614361fdde9/cylc/uiserver/schema.py#L287-L297 `exworkflows` is a list of workflows to exclude. However we are not doing any filtering here based on the value of `exworkflows`. E.g. see the `workflow_filter` function in https://github.com/cylc/cylc-flow/blob/0e5fa06a7267772d94024761ca9ac20b6b11339c/cylc/flow/network/resolvers.py#L178

bug
small

There seems to be a bug where all the computed properties from all previously inspected components accumulate in the devtools, displaying as `undefined`, or old values. So you might end...

ecosystem

Type: Bug 1. Connect to a remote tunnel 1. In the integrated terminal, run something that outputs a directory path 1. Alt+click the path to open the directory in a...

remote-tunnel