Richard Collins
Richard Collins
Currently when creating a Github PR using Sapling, the name of the branch is always of the form `pr12345` – there doesn't seem to be any way to change this...
## Changes When autocapturing events on sensitive elements (`input` (except `type="button"` etc.), `textarea` etc.), PostHog currently only allows the capture of the following attributes: `name`, `id`, `class`. For autocapture events...
Currently `z.discriminatedUnion` only supports a restricted range of types for the discriminator field – mostly literal values. There are use-cases for wanting to use other possible values (e.g. a union...
Currently in discriminated unions, the discriminator key must be one of a limited number of literal types (see [`getDiscriminator`](https://github.com/colinhacks/zod/blob/4641f434f3bb3dab1bb8cb07f44dd2693c72e35e/src/types.ts#L3060C1-L3091C3)). This change allows *any* Zod type to be used for the...