Ben King
Ben King
Can someone please review this
This would be very beneficial, I'm stuck on this currently - seems like there's no way to write 'server-only' code for the prerender... in particular to handle Styled Components
I've also just run into this problem, deploying to Vercel and trying to set cache headers for immutable files, but they're not colocated so have had to resort to some...
@scalvert yeah that's what I've done at the moment to work around it, but this sounds like a bug with the `pollTask` implementation? My understanding of its use case would...
Also desperately need this! Just being able to set `object-fit: cover` on the Vimeo video tag
I'm testing out Lighthouse and I think this might be a hard blocker for me to adopt it... I've got a multi-tenant app split up by a "workspace" model that...
@spawnia Oh I'll check that out, thanks! Nonetheless, it feels like this would be a common enough problem to fix in the core - although I'm still new to GraphQL...
What if I have data that is not ordered in a predictable way? Like a table of rows sorted by a column that changes over time. It sounds like neither...
Thinking about this some more, what if the paginator's cursor was a base64-encoded array of the IDs of results already returned (e.g. 1, 2, 3), then when the user requests...
Wouldn't the cursor be able to generate itself completely server side? For example, first query of 10 results it is just the array of those 10 IDs. Then, on the...