Peter Šándor

Results 7 comments of Peter Šándor

I think this was requested before, see #12

How about using [node-inspector](https://github.com/node-inspector/node-inspector)? I'm already using it in my fork https://github.com/petersandor/wowser/commit/07e5a71021b7e3338ec5136d2405d84ae32f99ca

Shall we silence the linter also? I have the changes ready for a [PR](https://github.com/timkurvers/wowser/compare/master...petersandor:updates/minor?expand=1) :smile: including a small fix for reset task (was throwing some async/sync related warning).

FYI This issue is a duplicate of https://github.com/damienbod/angular-auth-oidc-client/issues/1039#issuecomment-979481866 which was closed for no reason at all.

I've just encountered the same issue in an enterprise project using Angular 14, and I also had to resort to removing the trailing slash to avoid triggering this.

I'm also affected by this issue in IBM Hyper Protect Crypto Services project, the very same accessibility problem was discovered by our tester.

I ran `grunt` first, with no errors (see the log here http://pastebin.com/q5VMcjUj). This is what I have in my dist folder: ``` Projects/test-yo/dist/ ├── apple-touch-icon.9727d3c2.png ├── favicon.b25e58c4.ico ├── index.html └──...