Ronnie Dutta

Results 440 comments of Ronnie Dutta

Taken from now-deleted cylc-ui wiki page on Vue 3: > We might be able to use just the reactivity system of Vue instead of a store with Vuex. i.e. we...

I don't think it matters whether the layout code is async or not, it will still be blocking because JS is single threaded. I believe `async`/`await`/`Promise` is basically just fancy...

After a quick exchange in person, the concern is that the layout call to the web worker (?) is not async so could potentially block unnecessarily while waiting for the...

I get this error after upgrading Node from 16 to 18 or 20. I'm not even using `cy.request()`. A workaround when using Vite is hinted at here: https://vitejs.dev/config/server-options.html#server-host >```js >//...

@wxtim Now failing on functional tests, but come to think of it, that has been the case for a while now... I suppose we might as well get this merged?

(Now on L182) https://github.com/metomi/rose/blob/78e730522a488f471beaec0526fa7fbfab6f81f7/metomi/rose/date.py#L181-L182

Enabling Experimental System Certificates v2 (in settings) did not fix it for me. This is still the only GitHub extension that doesn't auth for me

I still need ```json { "yaml.schemas": { "http://json.schemastore.org/github-workflow": [ "**/.github/workflows/*.yaml", "**/.github/workflows/*.yml" ], "http://json.schemastore.org/github-action": [ "action.yaml", "action.yml" ] }, } ``` in `settings.json` when using the Red Hat YAML extension. That...

> I think we wouldn't implement it for the certain methods whose return value depends on e.g. whether the `Duration` is in weeks mode or normal mode, such as `get_is_in_weeks()`...

Note this does not fix https://github.com/cylc/cylc-flow/issues/2382, presumably that is still a bug in cylc-flow