Giacomo Gregoletto
Giacomo Gregoletto
So... ``` 127.0.0.1 app.k8slens.dev ``` ...and... ``` IgnorePkg = lens-bin ``` ...for now. Joining all the uninstallers.
Waiting for this. :eyes: May I help with something to speed up the release?
Hey @billomore, thank you for the nice words, I also hate by-design security breaches. Your approach is nice, but if you reuse multiple times the same `$ref`, the same schema...
Actually, after some testing, I think your approach could be the most effective one. Are you interested to do a PR? @billomore
I can confirm this colossally on-point Issue :)
Any update about this PR? May I help with something to speed-up those changes?
I'm writing a "test all the possible TypeScript craziness" project to test any combination between: - set of TS compiler options - different TS versions - different style of imports...
I'm not entirely sure how to write TS tests with multiple tsconfig.json, package.json, different import styles, etc (and I'm also not sure if It can be useful). Just to be...
The types update specified in this PR are not compatible with NodeNext/Node16 modules after the TypeScript 1.8 "patch". This is because of how the `namespace` is handled by TypeScript within...
I used the two types of import described inside the docs: ```javascript import S from 'fluent-json-schema' ``` and ```javascript import * as S from 'fluent-json-schema' ``` Other ways of import...