Dustin Goodman

Results 20 comments of Dustin Goodman

This is maybe a use case to make the change. In my app, we have some enums where we need to remap the enum where in others we do not...

Hey @dherault - just wondering why you closed this? Happy if the library is supporting this now or if you're thinking it's not going to be a feature of the...

Thanks @dherault and welcome back! Seems totally reasonable and I appreciate your response. I no longer work with the team that this impacted, but tagging @DuncanLewis to see if my...

Can confirm I'm seeing the same issue. Looks like loading is never reset back to false once the query is loaded from the cache.

Additional info I think might be related is it's potentially an issue with the apollo cache having issues hashing objects used to filter queries. Let's say I have filters A,...

@kaatt I'm sorry I haven't had time to make a proper sandbox to prove this. As I was experimenting in sandbox, I left out apollo cache and link state which...

Got a bit more info on this one. Turns out with authorizers, the `Authorization` request header gets remapped to `authorization`. @mimurawil just found this on a recent project. He can...

Let's say you have a `UserCell` that's shared on different pages, would that still go in components? If so, I think this is a wonderful pattern to consider. We use...

I think there may be some other lint related issues to installing Tailwind. I took the patch and locked in at version 0.4.1 for the tailwind prettier plugin but I...

Adding to the above, turns out I had to do one more dependency install to fix the dev server. Seems like [this](https://github.com/dustinsgoodman/event-platform/commit/9f92b7cc8dcb73cd2d39233664f0aec847abc11b#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519R11) is also needed to resolve dev server issues....