Thomas Gerbet
Thomas Gerbet
Hi, Yes this is expected at this stage, this why the documentation ask to load it on the client side: https://github.com/LeSuisse/vue-dompurify-html/tree/vue-legacy#usage-with-nuxt To make it work, it requires to initialize DOMPurify...
> If I understand your question correctly, then yes, I control the input (here item.richtext) which contains rich text content in the form of HTML. Item is coming from a...
Hi, I did some changes to expose the necessary primitive so the directive can be also used on the server side. You can see the setup here: https://github.com/LeSuisse/vue-dompurify-html/tree/vue-legacy#server-side I will...
The import issue are likely caused by the v3 since we are now also publishing ESM with the package. That being said I'm a bit surprise you are using `vue-dompurify-html`...
Hi, Please note that the support of `vue-legacy` branch is not dropped as mentioned in the [release notes of the 3.0.0 version](https://github.com/LeSuisse/vue-dompurify-html/releases/tag/v3.0.0). When I started to work on the support...
Done in [v3.1.0](https://github.com/LeSuisse/vue-dompurify-html/releases/tag/v3.1.0)
FYI, a package can now be found for ArchLinux in the AUR: https://aur.archlinux.org/packages/yubikey-agent
I needed to use the merge plugin so I have done some functional testing of this PR. As far as I can tell this seems to work. I think it...
Hi, Indeed the endpoint `gpg/encrypt/:name` has not been implemented because I did not have a use case for it and because in a situation where the user deals with the...
Hello, Thanks for the report. I will check that because obviously using 3DES is not expected.