Alita Moore
Alita Moore
if the check is skipped instead of failed; see https://github.com/alita-moore/EIPs/pull/388 In this case the "greetings" was the only required check. But the bot kodiak still merged. It would be nice...
I'm having an issue where I have two PRs PR A | required check 1 [passed] | required check 2 [passed] | kodiak [second in queue for merge] PR B...
This is a very basic type but is useful. I don't see it being easily available. ```ts type ArrayValue = Array extends (infer Value)[] ? Value : never ``` ```ts...
I made this issue in the typescript a while ago https://github.com/microsoft/TypeScript/issues/45618 and I'm realizing now that the suggestion provided is something that may be useful for a library like type-fest...
Not sure how to do this right now, but is there a type already available for doing the same thing as `RequireAtLeastOne` but instead for `RequireOnlyOne`? I'm running into a...
I am using the following type and have found it useful: ```ts type MemberOfUnion = Union extends Member | infer Inferred ? Inferred extends Union ? false : true :...
**Is your feature request related to a problem? Please describe.** I'd like a feature in datamodel-codegen that eliminates redundancy in model naming, allowing for the merging of schema and model...
**Is your feature request related to a problem? Please describe.** Currently, without --collapse-root-models, I get the following: ```python class ISectionBlockMetadata(BaseModel): __root__: FieldType2 class FieldType2(BaseModel): as_text: str = Field(..., alias='asText', title='asText')...
# Bug report - [x] I confirm this is a bug with Supabase, not with my own application. - [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...
I want to use this but I don't know how because I can't find anything online about what the url is that I should be importing from, i.e. `https://deno.land/x/....`