-
hey there, I noticed that angularizeDirective does not work anymore:
this code
```
link: function (scope, element) {
// Add $scope
scope.$scope = scope;
const roo…
-
- Site: [https://dev.qhpassist.com](https://dev.qhpassist.com)
**New Alerts**
- **CORS Misconfiguration** [40040] total: 3:
- [https://dev.qhpassist.com/api](https://dev.qhpassist.com/api)
…
-
Hi,
thanks for your effort in implementing this directive and thanks again for your help.
I run demo application, it works perfectly. but when the number of items increase , it does not work:
for exa…
-
### Describe the bug
Registering a component in `vscode-webview-ui-toolkit` causes a Content Security Policy error in the extension webview registering it.
### To reproduce
To reproduce the […
-
Given we want to be able to provide better integration with existing JS frameworks to provide guided stories, the following blockers for NextJS should be (re-)assessed:
1. Exotic filenames: Right n…
-
### Link to the code that reproduces this issue
https://github.com/jakobo/next-allowed-compile-rsc
### To Reproduce
1. Check out and install dependencies
2. Run `pnpm lint`
3. Run `pnpm build`
4…
-
### I am interested in helping provide a fix!
Yes
### Which generators are impacted?
- [ ] All
- [ ] Angular
- [ ] HTML
- [ ] Qwik
- [ ] React
- [ ] React-Native
- [ ] Solid
- [ ] Stencil
- [ ] Sve…
-
Just idea: Using `compose` function to decorate directives make it highly customizable.
Inspired by Redux, react-navi, recompose, Micro, and so on.
```ts
import { Directive } from 'src/contract…
-
TagManager.js:59 appears to fail CSP directive that prevents inline scripts. https://github.com/alinemorelli/react-gtm/blob/52f2328ab1b45734c342e9021fe693795a03972d/dist/TagManager.js#L59
My Conten…
-
Turns out, create-react-app takes liberties to embed a particular script into the page, which makes setting CSP tricky.
> By default, Create React App will embed the runtime script into `index.html…