Aleksei Gurianov

Results 71 comments of Aleksei Gurianov

@eltonstewart @ryanhell Please don't treat it as long term fix. Adding await here changes expected behaviour. General idea is just trigger getting result at early stage, but don't block page...

@eltonstewart @ryanhell @NightClover-code @ScottyMaher @lorenzocorallo can you share which DB adapter have you used? Drizzle or Prisma?

Hmm. With latest 7.37 I have this issue with Postgres + Prisma, and no issue with Postgres + Drizzle.

Ok, I've found the descrepancy. One template use `getLatest: protectedProcedure.query` and another one `getLatest: publicProcedure.query`. So proper solution is not to prefetch `getLatest` in signed out state. I will prepare...

@electroheadfx just make prefetch conditional based on session. See #1969

Ok, I double checked everything and tested. PR ready to merge

I'd like to have something like on the https://ariakit.org/ ![image](https://user-images.githubusercontent.com/36270/233274977-df06ccc2-a428-4251-b843-085ceb361d89.png) It is also made with Next JS https://github.com/ariakit/ariakit/blob/main/website/build-pages/pages-webpack-plugin.js In my case I don't need a full text search, but I...

children of inert element shouldn't be even be ably to queried with get* methods without explicit `{ hidden: true }` option

My Business Analytics team also ofthen has their json not in uploadable files (embedded in docs, emails, etc). They tend to use online JSON explorers that allow to paste JSON...