Adam Eisenreich

Results 125 comments of Adam Eisenreich

@janpio I don't know what was the thought process behind the title. I suggest changing the title to "Prisma throws unreadable errors in some circumstances" but it is kinda a...

I would suggest using https://www.npmjs.com/package/patch-package; it can even generate the PR here

As a side note. Do you sign the resulting executable? If so, how? The sign `.exe` program is probably only for Windows...

Does anyone know how to proceed? I know that for Javascript, I would go to TC39 and create a proposal, but I am not sure how to continue in the...

I thought I understood it, but maybe I don't. I thought I had to create a git repository with spec, but I found no template. Also, I found this: https://whatwg.org/faq#adding-new-features,...

@thrackle This code will work :) ```js try { await Promise.all(persedFiles.map(file => fs.promises.access(file.path))); } catch (error) { return res.status(404).send(); } ```

@Ezard MySQL supports this too