Alex
Alex
I managed it this way: ``` const checkAllDayChanged = (allDay: boolean) => { if (ready !== true) return; if (allDay === true) { options = { ...{ enableTime: true, dateFormat:...
@MadridianFox same here - after changing a breakpoint, I need to restart the container. I started working with `xdebug_break()` for now.
@kyngs, sorry for the confusion, I am not talking about the hooks - there I needed the add the cookies manually - even on node. I am talking about a...
According to the sveltekit documentation the cookies should be passed from the client to the server fetch: https://kit.svelte.dev/docs/load#cookies
@FZambia, I see this error message from time to time in our sentry log and I could't figure out, what is causing this (mainly mac users). I doubt they are...
@FZambia, in production I am using the same version. Okay - that is weired. Not sure what is causing this.
@sjaghori, who is maintaining this repo right now? I thought nobody has the permission to do so?
@gulien , I think the way to realize inline XML is a file embedding, which seems like it has nothing to do with the metadata. Sorry for the misleading title....
We Are currently using chromium + html for the rendering. Do you see any chance to make that happen? Maybe after rendering, we could pass the pdf to pdfcou (https://pdfcpu.io/attach/attach_add.html)...
@gulien, the following PDF is a valid one (got this from https://www.zugferd-community.net/de/zf_fx_invoiceportal/invoice_creation. [ZFdemo_2p1_en16931_66434a8b1e5b3.pdf](https://github.com/gotenberg/gotenberg/files/15307752/ZFdemo_2p1_en16931_66434a8b1e5b3.pdf) The validation confirms that this is valid:  Adding the x-factor.xml via `pdfcpu` works like charm. But...