victorgawk

Results 4 comments of victorgawk

@nitin1677 you can follow my commit where I change size to 100.000 (https://github.com/victorgawk/kowl/commit/71ac6c369c76469aaac1307496f57575bbdbd481). You probably will need also increase the timeout to list messages too since it defaults to 45...

I am facing the same issue here The locations with inline styles I've noticed: 1: p-tree > div > div > ul > p-treenode > li > ul.p-treenode-children ```html ```...

I also had this problem with two other NPM components, each used a different solution to solve: - ng-icons: added a `withContentSecurityPolicy()` config [issue](https://github.com/ng-icons/ng-icons/issues/92) [solution](https://github.com/ng-icons/ng-icons?tab=readme-ov-file#content-security-policy) - codemirror: added a `EditorView.cspNonce.of("rAnd0mNonceVaue")`...