David Dakhovich
David Dakhovich
Knex requires you to install only drivers you need, not always all drivers. Build works without these packages in ts-node. So it may also work with bun.
Ok, the problem is "." but why? If I replace "." with "," it works. ```dayjs("Sep, 27, 2017, 11:23 AM", "MMM, DD, YYYY, hh:mm A").isValid(); // => true```
> Sorry, I can't help but I think it's worth mentioning that [according to the docs, "." is a recognized separator](https://day.js.org/docs/en/parse/string-format#list-of-all-recognized-separator-characters). ":", "/", "," - are also recognized separators. Appear...
From prisma 6.2+ it's not working at all. ```bash TypeError: Cannot read properties of undefined (reading 'findFirst') at Array.$allOperations (/backend/node_modules/@prisma/extension-read-replicas/dist/index.js:146:34) at /backend/node_modules/@prisma/client-postgresql/runtime/library.js:31:9170 at i (/backend/node_modules/@prisma/client-postgresql/runtime/library.js:121:1016) at PrismaPromise.then (/backend/node_modules/@prisma/client-postgresql/runtime/library.js:121:1091) ```
Hey @zshzbh Any updates?
@zshzbh Hi, any updates?
> Hey [@shadoworion](https://github.com/shadoworion) , > > Got response from service team and they want to confirm that if you try URL-encode the special characters? Yes, it works. The problem is...
@KevinKingsbury Yea, It's working. Only one thing... I don't know, is it important? ```ts const { navigator } = useContext(UNSAFE_NavigationContext); ... navigator?.location -> /// Property 'location' does not exist on...
It's not only about the problem in #21857 issue, but it's also a problem.
Hi. I have tried to create a minimal reproduction of this issue... It's very complicated. It looks like it happens when I have installed package (node-object-hash) in root package.json and...