Ronnie Dutta

Results 440 comments of Ronnie Dutta

> Can someone provide an example or explain the other pieces needed to reproduce? @jennifer-shehane It might be setting `HTTP_PROXY` or `HTTPS_PROXY` environment variables? See this comment above: https://github.com/cypress-io/cypress/issues/27990#issuecomment-2107494691

@jennifer-shehane I don't know if using ```js import dns from 'dns' dns.setDefaultResultOrder('ipv4first') ``` might affect it. We are doing this in our [vite config](https://github.com/cylc/cylc-ui/blob/1ea1b4dd04d73d6a029235c8c41463c4f4fa228d/vite.config.js#L27) to workaround https://github.com/cypress-io/cypress/issues/25397 Not really a...

@jennifer-shehane Hmm, not sure what else. I am on Node 20.16.0, don't know if there would be any difference at Node 22 if that's what you are on

I think it is proxy related, as I cannot reproduce on my personal PC but can on my work machine

Still present on ``` apexcharts: 3.54.0 vue3-apexcharts: 1.7.0 ``` but it's worse now as using `errorCaptured` doesn't prevent the chart from breaking

I've done some debugging and found that https://github.com/apexcharts/vue3-apexcharts/pull/50 (v1.4.4) introduced this bug. Edit: further debugging, found out it only affects the chart if the height is set to scale with...

@junedchhipa Think this fixes it: https://github.com/apexcharts/vue3-apexcharts/pull/123

I haven't tested in v1.5.3 but I presume the issue is still present as there is nothing to suggest it has been fixed