Dome
Dome
Hi, it is a bit messy but hopefully it helps out :) ``` import pdfjs from 'pdfjs'; export default function generatePDF(doc, report, client): void { doc.footer().pageNumber( (curr, total) => curr...
Solved this problem like this (vue 3 with TS): **Updated 2022-11-12** ``` import { defineComponent } from 'vue'; import { QuillEditor } from '@vueup/vue-quill'; import '@vueup/vue-quill/dist/vue-quill.snow.css'; export default defineComponent({ components:...
As can be seen with Issue https://github.com/vueup/vue-quill/issues/275, people still don't understand the behaviour of the editor! As a solution one should either explain the behaviour in the documentation or solve...
Info: In normal properties like `$createdAt` it is working fine. It has something to do with the reference.
composer.json ``` "jms/serializer-bundle": "^3.5", ``` composer.lock ``` [...] { "name": "jms/metadata", "version": "2.1.0", }, { "name": "jms/serializer", "version": "3.6.0", }, { "name": "jms/serializer-bundle", "version": "3.5.0", } [...] ```
Is it still not possible to remove an response? I am running into this issue where I override the `POST` to verify that a 2fa token is valid. ```php #[ApiResource(...