pd

Results 62 comments of pd

I would need to dig into the code to really work out a good fit - are there any main entrypoints in `lib` I should look at first? I've used...

> _someone else wants to a contribute a PR, I can help with the design & approval._ Is there a style guide for the `tsdoc` repo that should be referenced...

## Suggested shape https://github.com/bencoveney/barrelsby/blob/270a5f7b4b7e86af8655af8d837353f2ff958d9a/src/tasks/BuildBarrel.ts#L71 ```typescript export type Prefix = string | boolean | undefined export interface BarrelsbyOptions { directory: Directory barrelType: StructureOption quoteCharacter: QuoteCharacter semicolonCharacter: SemicolonCharacter barrelName: string logger: Logger...

https://github.com/supabase/gotrue-js/pull/147#issuecomment-946548042 @gustavohenke Could this be solved potentially but setting an `isInitialized` boolean on the client which can be checked at the same time as attaching listeners? Still not sure if...

> _since all of them are in the context object_ Ah yes, this is much better (the second-order destructuring) given they are all full `ref` objects and won't lose reactivity....

One thing I haven't worked out is how to handle `ZodEnum` types in the above `GetRequiredType` discriminator, would love to hear any ideas

> > toZod doesn't handle union types, which is a problem for me. I'd like to use it but need support for unions. Yes, I ran into this issue as...

@olirice If I wanted to suggest some example code etc, is the process to edit / update the public docs at https://supabase.github.io/pg_graphql/api/ to edit these `md` files below? https://github.com/supabase/pg_graphql/tree/dev/docs

> _workers are serverless, and serverless functions don't work well with Postgres unless you have a connection pooler_ Ah yes, I just realised the reason we don't have this issue...

This would be super nice to have in the [Supabase CLI](https://github.com/supabase/cli), which incidentally appears to be on the roadmap already. Would be great to also have the `codegen` feature set...