Aaron Boodman
Aaron Boodman
I verified that it actually works with the commit directly prior by building cli from source. It's definitely commit 7d1ff1158d35c9262717f0201e717ad4945bc48e that breaks my project.
Also you can actually try my project easily and see the failure. The setup here and is really simple: https://github.com/rocicorp/replicache-todo/blob/main/README.md If you run this against current head supabase, it will...
It's not unlike graphql. Graphql is a conceptual datamodel and there are various libraries available to either expose other data systems as graphql, or else to consume graphql and do...
> Sure, but GraphQL also defines the formatting of responses, which IPLD (at least so far?) does not. That's true! > I think what you’re getting at here is reasonably...
@phritz for opinion.
Yeah let's change it. Low priority, but a little bit nicer for the env var use case that tslocke describes if the value seems more purposeful. We should also document...
I think in JS code users will continue to prefer using the constant to avoid "magic number" code smell, but in env vars they can use the string and we...
Yep, sorry for slow reply.
2.3.0 On Fri, Mar 4, 2022 at 10:10 AM MrBBot ***@***.***> wrote: > Hey! 👋 Thanks for raising this and apologies for the delayed response. I > might be misunderstanding...
I realize this isn't a reduced test case and I apologize. It's possible we are doing something wrong. What we found was that in order for a web socket connection...