Ronnie Dutta

Results 440 comments of Ronnie Dutta

I do not believe skipping imports is a solution. You could be using the 3rd party module API incorrectly and mypy would no longer flag it up, right?

I have a similar issue in Chrome on Windows for a Vite + Vue 3 app where after closing the devtools panel the CPU usage shoots up from

Here's a usecase: having just noticed this feature in the settings, I tried to use ``` "git-graph.customBranchGlobPatterns": [ {"name": "Hide bugfixes", "glob": "!heads/fix*"} ] ``` to exclude bugfix branches, but...

It turns out resizing the page causes the chart data to reappear. Also it might be that it only happens in iframes like JSFiddle, Codepen etc.

I'm using Vite and have got the code instrumenting happening in the component tests (`window.__coverage__` exists) but there is no measurement/reporting of the coverage when running the component tests. Edit:...

I'm closing this as it is not correct. `job_runner_cmd_tmpl` is consistently used as the key in the `submit_opts` dict https://github.com/cylc/cylc-flow/blob/7e96003f6a0225cf135036bc6642dd4928499dbd/cylc/flow/job_runner_mgr.py#L688 https://github.com/cylc/cylc-flow/blob/c2bb31b9e396482d74a3f33b2c4fb80ef58577b5/cylc/flow/job_runner_handlers/documentation.py#L127-L135

I'm closing as I am pretty sure this is invalid: https://github.com/cylc/cylc-flow/pull/4988#issuecomment-1959539506 Re-open if not

In Python 3.11+ the traceback is a lot smaller ``` 2024-04-03T11:06:26+01:00 INFO - [20000101T0000Z/foo:waiting(runahead)] => waiting ^C2024-04-03T11:06:58+01:00 ERROR - Traceback (most recent call last): File "~/github/cylc-flow/cylc/flow/scheduler.py", line 651, in run_scheduler...

> We have an overlay/dialog with action, that could show us a toast notification, that should be closed. The notification is not part of the overlay content and the dialog...

See https://github.com/vuetifyjs/vuetify/issues/17398 for why I am not currently using `persistent`