Adam Neary
Adam Neary
But doesn't this also disable the analytics available at /console/pro? It seems like the features are at odds. We want to lock down configuration changes, but we also want to...
Spoke with @coco98 and I didn't realize we could have users with `User` permissions that would achieve what we're looking for. I think our needs are covered for now, so...
Same problem at Airbnb. We we're going to implement this at the interface level, swapping out a noop interface for the Aphrodite interface, but if we solve this within aphordite...
Even for teams not using Relay, the Relay pagination spec is a reliable and consistent spec for cursor-based pagination: https://relay.dev/docs/guided-tour/list-data/pagination We don't use Relay, but our pagination interface matches this,...
In the spirit of temporary workarounds, this hook manages to encapsulate the logic we need to apply in the meantime — in case others find it useful! ```ts export function...
It might be possible see about circling the wagons with the MUI and Vercel teams, as well, on this. MUI is very widely used (and teams are paying!). I am...
Hmm. Are we saying that Emotion will _not_ be supporting styling server components? If so, we should be clear about this, as it is possibly reason enough to move off...
Yes, we are trying to understand if we can style server components (i.e. components which do not hydrate client-side). Before figuring out if this is a reason to ditch Emotion,...