Sergiu Bologa

Results 18 comments of Sergiu Bologa

After 3 years, anything new on this?

Thanks, I'll give it a try.

Hello @klinki! Have you found a solution to avoiding this kind of warnings?

Any updates on this? Is there a workaround?

A workaround would be to extract them into separate variables: ```ts const first = this.translateService.instant('Please do not change anything below this line.'); const second this.translateService.instant('This information is used to help...

Hey @51Ray! Have you found any solution to this?

Seems like the issue is here: https://github.com/biesbjerg/ngx-translate-extract/blob/master/src/compilers/json.compiler.ts#L20 The JSON compilers are using `JSON.stringify` to parse objects to string and save that string into translation files.

I'm using version `7.0.4` and Angular `13.2.0` and the issue still reproduces.

I have a similar issue (https://github.com/cypress-io/cypress/discussions/25431), my tests are hanging in AzureDevops CI, but it's a different scenario. I'm using a WebAssembly app that downloads a bunch of .dll files...

> Hi @cg-roling, how did you set the `CYPRESS_INTERNAL_BROWSER_CONNECT_TIMEOU` variable as setting it in `Cypress.config.js` or to the cypress run API does not seem to be working? When I look...