Alexandre Rozier
Alexandre Rozier
Having the same problem, no "configure" object is recreated in set_options
Also having this issue
Hi, I can confirm downgrading torch-lightning to 1.6.5 fixes the issue (still using torch 2.0.0). I was testing with torch-lightning==1.7.2, where the error occured. Thanks for the tip !
Thks for the reply ! I don't think `refreshAllGitData` is the culprit since it waits for 3 promises to resolve : - `loadAndWatchCurrentBranch` -> returns OK (`Watcher initialized`) - `loadGitHashes`...
@jennifer-shehane I'm adding a bug repro to this issue , hopefully this will help ! [bug-repro.zip](https://github.com/cypress-io/cypress/files/14693221/bug-repro.zip) Steps : 1. (optional) rm -rf ~/.npm/_npx/ // clear npx cache 2. npm i...
Thanks bjowes for your input ! I can confirm we're also having the same issue : cypress open is fast when we're working at home, but slow when we're on-site....
Thanks for this nice plugin, I'm also having this issue with - @cypress/grep version: 4.0.1 - cypresss version 13.6.1 I have a cypress config file in cypress/cypress.local.config.ts My test :...
We seem to have the same issue when repeatedly calling `.to_hml`, memory consumption keeps rising by ~ 30MB increments.