Liam Tait
Liam Tait
Also having this issue
Related https://github.com/vercel/turborepo/pull/979#issuecomment-1183444069
A workaround to this problem is to write a type which is compatible with `FastifyPluginAsync` ```ts import type { TypeBoxTypeProvider } from "@fastify/type-provider-typebox" import type { FastifyPluginAsync, FastifyPluginOptions, RawServerBase, RawServerDefault,...
@mcollina happy to help
@tan75 I would love to add an `options.excludeDates` param to `differenceInBusinessDays` if you would accept the pr? Would match the param here * @param {[Date]} options.excludeDates - An array of...
Similar to https://github.com/gvergnaud/ts-pattern/issues/144. This would cover my issue.
Wrapping the expressions in `try .. catch` would work, but makes the code verbose and a bit more complicated because of scoping ```ts const value = match(unit) .with('days', () =>...
What if the new security attribute worked more like a `where` query. I think this would be beneficial as: - the schema maintains source of truth - developers use a...
I think it is a requirement to go from context to row, this is because if starting from the row it is not possible for use cases such as role...
If Prisma supported setting runtime configuration parameters, it would make it easier to implement row level security without Prisma needing to directly support row level security as a feature. This...