Yiming Cao
Yiming Cao
Same here with a relatively new project
I ran into the same problem and spent quite a lot of time until seeing @fcoury 's solution. Thank you for saving my day! Codemirror folks please make the default...
Same here in a svelte-kit project
Thanks for creating the issue @chrishoermann ! I'm working [zenstack](https://github.com/zenstackhq/zenstack) and hit by the same thing 😄.
This issue has been here for a while 😄. Just wondering if it's on the radar for a fix soon.
If it's confirmed to be a bug, I'd like to try making a fix.
Hi @colinhacks , we need some attention here 😄. Many people build Prisma-related tools using zod and all likely blocked to some extent.
An E2E test case is failing, but it doesn't seem to relate to the changes made. I can't reproduce the failure locally either.
Simple node.js script I'm using: ```js import { globbySync } from 'globby'; import { SitemapStream, streamToPromise } from 'sitemap'; import { Readable } from 'stream'; import fs from 'fs'; const...
Hi @imsanchez , have you already put any effort into this one? I'm wondering if I should start the work form ZenStack side.