Ronnie Dutta

Results 181 issues of Ronnie Dutta

Correct: ```python-console >>> TimePoint(year=2023, month_of_year=7, day_of_month=31) + Duration(months=1) 2023-08-31 ``` Also correct (last day of month): ```python-console >>> TimePoint(year=2023, month_of_year=8, day_of_month=31) + Duration(months=1) 2023-09-30 ``` Incorrect: ```python-console >>> TimePoint(year=2023, month_of_year=8,...

Needs - https://github.com/cylc/cylc-flow/pull/6039

From Element: > @MetRonnie: > Trying to sort out MacOS functional test failures, one suspicious thing I'm seeing in the workflow logs is that all cylc messages seem to take...

### Reproducible Example ```cylc [scheduler] allow implicit tasks = True [scheduling] cycling mode = integer [[graph]] P1 = """ end[-P1] => start start & compile => end """ [runtime] [[end]]...

question

### Problem Copied from Element > @MetRonnie: > I have seen several instances of users trying to restart workflows that have already ran to completion, and seemingly being confused by...

could be better

While working on `cylc remove`, I had a bit of a look at the new command validation and think there are a couple of things that can be moved into...

small

[`vite-plugin-eslint`](https://github.com/gxmari007/vite-plugin-eslint) seems to be abandoned. Top Google result for a replacement is this: https://github.com/nabla/vite-plugin-eslint. However a problem with it is: > the plugin can't fail the build and is only...

dependencies
security
javascript

### Description I had a workflow open with the tree view. I uninstalled, reinstalled, and started it. ``` Uncaught TypeError: Cannot read properties of undefined (reading 'slice') ``` Location: https://github.com/cylc/cylc-ui/blob/b0204f2d7d2d4848bd5f6d7ec9972f4ef23fc691/src/store/workflows.module.js#L322...

bug
needs reproducing

### Description Fairly easy to reproduce by running the cylc-flow integration tests, which rapidly creates & deletes workflows ``` TypeError: Cannot read properties of undefined (reading 'type') ``` Location: https://github.com/cylc/cylc-ui/blob/d75ca04823a2332608055a17462b649160eb88ef/src/components/cylc/gscan/sort.js#L43-L44

bug

``` $ ./test-app-run + cat rose-app.conf [command] default=echo Hello + rose app-run Traceback (most recent call last): File "..../python3.9/site-packages/metomi/rose/popen.py", line 267, in run_bg proc = Popen(args, text=True, **kwargs) File "..../python3.9/subprocess.py",...

bug