Ronnie Dutta
Ronnie Dutta
Another problem Oliver has just realised: the order of the `[environment]` variables needs to be preserved, which we don't think it currently is by the GraphQL mechanism if using a...
I've had a look at `[environment]` order and confirmed the response order is identical to that which you get in `log/config/NN-start-MM.cylc`, including when inheritance is involved.
Getting a KeyError on `tests/functional/retries/01-submission-retry.t` ``` ERROR - 'directives' Traceback (most recent call last): File "~/cylc-flow-8.1/cylc/flow/scheduler.py", line 621, in run_scheduler await self.main_loop() File "~/cylc-flow-8.1/cylc/flow/scheduler.py", line 1580, in main_loop self.release_queued_tasks() File...
I have just spotted - I don't seem to be getting the list-type fields. ```ini [runtime] [[foo]] execution retry delays = 5*PT2M, PT5M ``` ```js { "data": { "taskProxy": {...
> So I think we need a JSON structure like this to preserve order: > > ```json > [ > { > "key": "FOO", > "value": "42" > }, >...
> Any reason for the `"key"` `"value"`? It would make it easier to use in the Vue component.
Still have this problem where e.g. `execution retry delays` doesn't come through > ```ini > [runtime] > [[foo]] > execution retry delays = 5*PT2M, PT5M > ``` > > ```js...
`2000-01-01T12/T00` doesn't work either... `T00` is a (truncated) datetime - it is not valid to have `[datetime]/[datetime]` (unless using recurrence format no. 3 but then you need to include `Rn/`...
The 404 error has been happening a lot in the past week or so
I made what I think is a slightly clearer minimal example of the issue: [https://play.vuetifyjs.com/#...](https://play.vuetifyjs.com/#eNqlUctu2zAQ/JUFL0kAS2yRnAzbSL+hQC+mD4y0StjwBZJSEwj69y4puVWdtkCQG5czO7M7exzZF+/roUe2ZbuExmuZ8CAswG6opPflWQojlYVGyxj3gnlZ3Qm2gAXuXDBALNeiJoKK36RW7YpTWAlfUtUp1O3vb4DSVA1S90it8qERbA1vQ68xux5fYH+AFHo8rRn8/R4tdh/waNVwKOup9LqFcYSvKSj7eL0sfQPTtOOZ9CsfPgd0TpPKHOecMxVz0Du+OgCVsQnKJ4iY+gwr411IMELADibogjNwRZe7yuTG2ZhgGQD2mXPdSR3xJuvOSqTBNmyWIX9ff4/O0t3HPAadrABRMFppnlMwks+1YE8p+bjlvLf++bFunOH3hPHQ26QMVq0z97f1bf2pkto/yfqO1o9pDdcYTfUQ3I+IgYwF26w8kupe/+WzwCT/+Sy7fGXJN1Kc9AcMVUDbYsDw3/EvuH9b4YLyZo1sPQk7UbJa2ed4EWoTS6DH84Tv2s8oWxeB3H3KJtOG/TEjuZY+dvoJAgI1Ig==) There are 2 `v-text-field`s in the form with a dummy rule that always returns `true`....