Ramon de Jezus
Ramon de Jezus
"pdfjs-dist": "^2.5.207", "vue-pdf": "^4.0.12", After a lot of trial and error this is the only thing that worked for me.
I ran into the same behavior and it puzzled me quite a bit. Maybe update the documentation in the meantime?
I figured out the issue appears to originate in `div.content aside.form-side`. The issue appears to be solved if I change ``` .page-editor .form-side { height: 100vh; } ``` to: ```...
I was looking for this, but found that it is possible to save a canvas as a png or jpg using `toDataURL` (see https://stackoverflow.com/questions/923885/capture-html-canvas-as-gif-jpg-png-pdf). Then you'd use PDFKit to display...
I ran into the same issue today. @mkaykisiz Where you able to fix this?
Thanks for you response! Actually I found out what the problem is. If you put `djcelery_email.backends.CeleryEmailBackend` in CELERY_EMAIL_BACKEND you will create some kind of inception loop. The `djcelery_email.backends.CeleryEmailBackend` can only...
Any news on this?
@vdboor Would really appreciate a fix for this since we're using call_command('dumpdata') to create fixtures for testing.
I have the same error in my Nuxt 3 project when I run `npm run story:dev` trying to import `proj4`: ``` Error while collecting story /workspaces//stories/.story.vue: /workspaces//node_modules/proj4/lib/constants/PrimeMeridian.js:2 export {exports as...
I tried the above fix but I am still getting the aforementioned error. ``` src/main.ts:1:30 - error TS7016: Could not find a declaration file for module '@vueuse/motion'. '/*/node_modules/@vueuse/motion/dist/index.mjs' implicitly has...