Brandon
Brandon
Any update on this? Having environment pivots like this is unexpected behavior.
This is functionally a prerequisite for https://github.com/uber/baseweb/issues/4900 as well, since `react-virtualized` will likely never update past React v16.
For anyone who still is getting the log messages, 7.14.0 doesn't resolve the logs on its own. You actually have to go through and strip out all the workaround code...
I can confirm this is an issue on `7.32.1` but the same pattern was working fine on `7.31.1`. I didn't see anything in [the diff](https://github.com/getsentry/sentry-javascript/compare/7.31.1...7.32.1) which would indicate the breaking...
> One other fix, that works for me, is the following and after that everything works fine under windows. > > Adding `NX_NATIVE_COMMAND_RUNNER=false` to the `.env` file at workspace root....
> I have an alternative which we've been using in production for a while now. Will dust it off and publish this weekend. :) @abhishekbhardwaj did you publish that alternative?...
Anecdotally, I've been using AlloyDB with Prisma since December 2022 with the `postgresql` provider and it's been working flawlessly thus far. I'm sure that there are some special functions that...
> > Any news on this? > > I can't seem to find anything on caching in the roadmap. Maybe it's included in this one: https://prismaio.notion.site/Optimize-Prisma-Client-Query-Performance-68caf089581e4d07ac154dd34ad73639 > > I've had...
@janpio Sorry, I didn't mean to imply there's no chance that you and the team won't ever do something in the ORM directly, but it certainly does seem like Accelerate...
Sadly `$queryRaw` is really the only answer for this currently (and a ton of other feature request tickets). See the [sample](https://github.com/prisma/prisma/issues/4228#issuecomment-1063941683) from @revmischa above for an example of how that'd...