Brad Barbin
Brad Barbin
Just wanted to upvote this idea. From my perspective, a variable length GraphQL query would make this library extremely valuable. Assuming that we can't represent a variably recursive mutation in...
> I would also add that a variable length relationship matching would be incredibly valuable. In my graphs currently I've had to define "variable" length relationships within my graph in...
Any ideas which version of the docker image has the fix? I pulled the latest supabase CLI and still see the issue. > If I followed the source code correctly,...
Just deleted all the images, upgraded supabase CLI to latest version and pulled all the newest stuff. This still seems to be a problem. Any ideas?
> @barbinbrad Well you can sort of workaround it by changing the $POSTGRES_USER env variable on the db container but that's not particularly streamlined vs running the supabase cli Thank...
This is fixed, thank you!
@steve-chavez thank you so much!
Can confirm this behavior exists now and didn't exist in 1.9. Curious why the `fetcher.load` is triggered after each thrown redirect? For me, the infinite loop happens after a logout,...
> @barbinbrad At least for this specific issue, 1.9.0 worked fine for me. 1.10.0 is where the issue started (when Remix fully switched to the new router). You're right. I...
I tried playing with the `shouldRevalidate` function, but it didn't seem like it was getting called. For me the solution was to _not_ throw a redirect in any route that...