-
SKOPS is unable to load sklearn-pipeline having TargetEncoder object.
The code below helps to re-produce the issue.
**Simple code for a classifier using Target Encoder**
```python
impor…
-
### Are you requesting a feature, reporting a bug or asking a question?
Requesting a feature
### What is the current behavior?
When using the CSP _require-trusted-types-for_, surveyjs scrip…
-
https://w3c.github.io/trusted-types/dist/spec/#abstract-opdef-process-value-with-a-default-policy step 4
The callbacks are webidl callbacks, so the return value is DOMString? or USVString?, no?
h…
-
Need to be able to specify `require-trusted-types-for` directive:
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/require-trusted-types-for
It would be nice to be…
-
### What is the issue with the answer?
It appears AI Help doesn't consult BCD (browser-compat-data), which are the support tables on MDN pages. Or at least, it's not able to answer correctly about br…
-
I have installed msnodesqlv8 but when I am trying to run the following script I am getting the error "Cannot find module 'msnodesqlv8/types' or its corresponding type declarations." on the first impor…
-
Hi Nelmio Team,
I wanted to open a discussion with respect to extending the current CSP module to include support for `trusted-types` and `require-trusted-types-for` headers. Although both Symfony …
-
If a CSP has `script-src: none` or equivalent to forbid script loading, or if it has a `sandbox` directive to forbid script execution, the CSP evaluator shouldn't recommend `requires-trusted-types-for…
-
## Search Terms
Trusted Types, DOM
## Suggestion
[Trusted Types](https://github.com/WICG/trusted-types) ([spec](https://wicg.github.io/trusted-types/dist/spec/), [introductory article](https…
-
In my project I get some errors with the TS compiler (see code below)
The strange thing is I don't see/get the errors with Webpack/ts-loader.
All other errors are noticed correctly.
Any solution …