Aleksander Bodurri

Results 32 comments of Aleksander Bodurri

@bahmutov do you know what might be causing this?

@PaulieScanlon Try prefixing your server with `http-get:// ` instead of `http://` ``` "cy:pipeline": "start-server-and-test 'yarn storybook' http-get://localhost:6006 'yarn cy:run'" ``` This was not the issue I was having but hopefully...

Sorry to revive after so long. I'm pretty sure I have a good idea of why this issue was occurring, at least in my case. I was writing tests that...

This doesn't look like an Augury issue. See https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS

This is inaccurate. The typescript team does not use JSON5. See https://github.com/Microsoft/TypeScript/issues/12242

@munierujp According to the link you sent jsonc is the schema used for VS code configuration files, nothing to do with typescript. Further down `tsconfig.json` is mentioned and it says...

Augury offers partial support for Angular Ivy which is enabled in Angular 9+ by default. Due to changes in the Angular debug API it cannot support ngModule or router tree...

Duplicate: https://github.com/rangle/augury/issues/1472