Conor
Conor
After upgrading from 0.68.2 to 0.71.3, we're seeing a similar slowdown across the app but it's especially apparent on screens that re-render themselves upon focus. Here's an example of the...
> #36123 > Yes in our case we reverted to 0.69 and our performance was back to normal. @tj-mc which version of React are you using with 0.69? Did you...
Bumping this since it requires clarification in the docs or a code change.
Superfluous queries also apply in the case of combining getMany and limit on Postgres. As far as we can tell, it does the exact same query twice and doesn't use...
@hunvreus definitely, i'll try to hop on more shanghai time in the coming weeks.
I've created a PR that addresses this: https://github.com/dimitri/pgloader/pull/1559/files Good luck to anyone making their migration from MSSQL to Postgres!
Hi @svantevonerichsen6906, thanks for the comments. I wanted to get the PR up for anyone who found it useful before cleaning it up. I've removed the debug statements and have...
`yarn build` and `yarn build --debug (--livereload)?` create the right output and the build succeeds. It's on the second rebuild while watching and thereafter that the recursive nesting structure is...
This is also an issue for us. In production, we want to mount the assets directory and use nginx to proxy those static assets while our Django app is responsible...