Alex

Results 18 comments of Alex

I tried that, but the result is the same: ![image](https://github.com/gotenberg/gotenberg/assets/84905165/7a5d4145-f725-452f-b26b-fe08d6a2de52) I used https://www.pdfforge.org/online/de/pdf-in-pdfa for conversion. I am not sure how to add thos tags that are missing. edit: I jsut...

> [@eltigerchino](https://github.com/eltigerchino) attached is a dead-simple project that only requires you to run `npm install` or > [sveltekit-2.21.3-bug-reproduction.zip](https://github.com/user-attachments/files/20791166/sveltekit-2.21.3-bug-reproduction.zip) I dont get any error on build and preview. I dont get...

@abdelfattahradwan, are you running your svelte-app using docker / alpine?

> Yes, that's the bug 😄 well - the strange thing ist, that I am not able to reproduce this locally.

@abdelfattahradwan, I am not able to reproduce this locally with your repo: ```Docker FROM node:23.11.0-alpine3.21 WORKDIR /app COPY . . ENV NODE_ENV=production RUN corepack enable && corepack prepare [email protected] --activate...

We are running cal.com in a docker container. There is no documentation for this environment variable: https://github.com/calcom/docker

Heaving the same problem here (TW4) - any suggestions? Edit: I solved the issue by converting our custom scss file to css. ```css @reference "../../../app.css"; .swal2-icon { @apply mt-2; }...