Ben King
Ben King
Sounds good! I'll give it a go, thanks for the tips. I don't think there is currently a plug-in way to provide new paginator types to Lighthouse, so I'll have...
@spawnia I'm interested in taking up this work as I have a new project with a requirement for real cursors. Could you expand a bit on what limitations I'd need...
This is really important for JSON:API based APIs. Not having a dedicated route for relationships becomes a scalability nightmare. For instance, say I have a Post that has 2000 comments....
I'm wondering if [this line](https://github.com/next-boost/next-boost/blob/d610b966159317c05aa8dbf1db03413c5944be13/src/renderer.ts#L43) is the cause of the issue? It looks like it defaults to a 200 status code when the server doesn't respond a status code. That...
What happens if `getServerSideProps` sets its own cache control header? Can't we just pass that along? That's where we're implementing our own `stale-while-revalidate` settings
Is this still coming? I was a bit bummed to see the data unavailable when refreshing with my WiFi turned off.
Any news on this? Would love an OKLCH version with more saturated colors
Agreed, I'd also like to consolidate on using just one modal addon rather than two! Development has been a little slow on this addon recently but I'm going to be...
Just an FYI I've been stuck on this problem for the last few days until seeing your fix to remove and re-add `ember-cli-qunit` @rwjblue. I just used `ember-cli-update` to upgrade...
Also a big issue for us! Our checkout flow is in a native `dialog.showModal()` and 3D Secure totally breaks...