Kuba
Kuba
I just ran into this. I'm trying to pull something out with `findMany()` and pass it as `members` on `enumType` like so: ``` const CountryList = enumType(async () => ({...
> imho: maxRetries should be part of the definition and not part of the task I think it's better to provide it when scheduling rather than as part of definition...
For those finding this issue via search, I needed to get langflow to accept self-signed certificates that I signed with my own root CA cert, so I wanted to add...
We moved our event tracking to the server side, but are using session recordings on the client side, to stitch the data we needed to sync the anonymous ids. I...
Hey, I do have a masking class set in options which wasn't applied to inputs as they just worked. If you can open the recording you'll see that the same...
I might be mistaken but according to https://github.com/PostHog/posthog-js/blob/3740abc5309b0af105a52aa79472366de1932e95/packages/browser/src/extensions/replay/sessionrecording.ts#L920 `maskAllInputs` is `true` by default and according to https://github.com/rrweb-io/rrweb/blob/76df9799ecc14930fa914e5623a73ea7726e3747/packages/rrweb/src/record/index.ts#L155 `textarea` should be masked when that option is enabled. While looking for the...
it's a React useEffect and useState combo that updates the value in the textarea when a preset is loaded i.e. `config` changes: https://github.com/zizzfizzix/scrape-similar/blob/02faac8df60552101a15d61bf6339969309b9840/src/components/ConfigForm.tsx#L522 https://github.com/zizzfizzix/scrape-similar/blob/02faac8df60552101a15d61bf6339969309b9840/src/components/ConfigForm.tsx#L120 This app is a sidepanel of...
We're also not seeing some modals some of the time in recordings using a Nuxt SSR app, happy to share project info for debugging.