Ronnie Dutta
Ronnie Dutta
Job log retrieval seems to be a type of event handler, but what I think is a bug is that it waits for all pending job log retrievals that are...
What about this equivalent bit in `generate_graph_children()`? https://github.com/cylc/cylc-flow/blob/4d6430a7f0905201c1206f18c2f348d26a82b32e/cylc/flow/taskdef.py#L49-L51
Got a couple of failures to look into ``` Traceback (most recent call last): File "/home/runner/work/cylc-flow/cylc-flow/cylc/flow/scheduler_cli.py", line 741, in cylc_play asyncio.get_running_loop() RuntimeError: no running event loop During handling of the...
@ColemanTom It looks like Edit Runtime is not affected by this and should do what you want for the root family at a particular cycle point
Also getting this when not using remote functionality ``` Version: 1.104.3 Commit: 385651c938df8a906869babee516bffd0ddb9829 Date: 2025-10-02T12:30:51.747Z Electron: 37.3.1 ElectronBuildId: 12404162 Chromium: 138.0.7204.235 Node.js: 22.18.0 V8: 13.8.258.31-electron.0 OS: Linux x64 5.14.0-570.46.1.el9_6.x86_64 ```
For me it loses the semantic highlighting (falls back to the textmate grammar highlighting) at line 116 with this: Snippet ``` import { ref } from 'vue' const foo =...
We are also seeing this warning in Sphinx 8.2.3, when trying to get rid of the warning from https://github.com/sphinx-doc/sphinx/issues/12589 > WARNING: Summarised items should not include the current module. Replace...
Cannot reproduce this, must has been addressed at some point. Re-open if you disagree.
Actually logging of jobs-submit is handled differently for the specific case of 255
I have realised this actually only happens if you use `defineModel()`, I've updated the OP