zecka

Results 17 comments of zecka

Finaly I create a custom extension who extends BasicExtension ```php // custom-extension.php use HtmlSanitizer\Extension\Basic\BasicExtension; class CustomExtension extends BasicExtension { public function getName(): string { return 'custom'; } public function createNodeVisitors(array...

To be honest, I don't remember why I asked this question, but probably because I was trying to clean up some html content from an old wysiwyg that added spans...

Or create a file `vue-password-strength-meter.d.t` anywhere in your project with following line: ```typescript declare module 'vue-password-strength-meter'; ``` ### And if you need to get it to work with Nuxt in...

I had the same issue. Solved by moving StreamBarcodeReader into another component that is rendered with `` I think the issue come from the import of `vue-barcode-reader` library and not...

@ghaiklor No test fail with the solution, but the one proposed by @igalklebanov is different

Because it was hard for me to understand each solution. Here is the @AbePlays commented solution ```typescript type Chainable = { option( key: K extends keyof O ? // Key...

Same here. In my case the problem occurred after adding {eager: true} to one of my entity's relations

Got same issue than @MrSnoozles . Did you find a solution with hot reloading ?

[v 14.1.1-canary.43](https://github.com/vercel/next.js/releases/tag/v14.1.1-canary.43) seems to fix this issue Pull request: https://github.com/vercel/next.js/pull/61198 Let's wait for version 14.1.1 of next to close this issue definitively.

Tested again on [v. 14.1.2](https://github.com/vercel/next.js/releases/tag/v14.1.2) but isse still there 😢