Linus Unnebäck
Linus Unnebäck
If anyone wants do to a PR on this I'd be happy to accept
Just changing the signature to at least indicate that it always returns an array would be a huge step up. ```diff - $queryRaw(query: TemplateStringsArray | Prisma.Sql, ...values: any[]): Prisma.PrismaPromise +...
Here it is: #23987 🎉
Sorry for the very late reply here. Do you have any suggestion on how the API should look? Thanks!
This was fixed in concat-stream 1.5.2, yet for some reason nodesecurity still shows it as vulnerable...
Removing our disabling of the graphics mode solved this for us: ```diff - chromium.setGraphicsMode = false + // FIXME: re-enable in Chromium 124 + // ref: https://github.com/Sparticuz/chromium/issues/271#issuecomment-2085784736 + // chromium.setGraphicsMode...
I'd be open to adding `.vue` to standard extensions, are they JavaScript files?
Seems like there is an open PR to depcheck, if that lands we could probably support it https://github.com/depcheck/depcheck/pull/254
Yes, I have this problem also, I would love to get some ideas on how we could solve this :)
@lcxfs1991 could you review this please? ☺️