Emrik Östling

Results 121 comments of Emrik Östling

> We should improve the schema in future MRs by adding validators and more indexes, for example, this is how my user model looks with zod: I don't think much...

Run `bun pm trust --all` to trust prisma so the post-install scripts work

Found a bug in the delete action ``` Invalid `db.job.delete()` invocation in /var/home/emrik/Dokument/Programmering/node.js/ConvertX/src/pages/deleteJob.tsx:33:18 30 }); 31 32 // delete the job → 33 await db.job.delete( Foreign key constraint violated on...

Would it be possible to make the whole container non-root without breaking existing installations?

@SAHIL-Sharma21 nice! open a PR and I will take a look!

it seems like it is trying to encode the jpeg cover art as h264 video. It should work if we add -vcodec copy when converting to m4a

Check the logs from the container, they say more then "something went wrong". Only single page for now sorry. There is another feature request for that though

Must have happened when I updated it last time, nice fix!

You can enable user registration, set up users and then disable it. I know that is a pain and will maybe add a admin panel at some point