Andy Ingram
Andy Ingram
I haven't gotten to the bottom of "why", but in the package on npm, this snippet of code: ``` [...pixels] ``` Is compiled to: ``` [].concat(pixels) ``` And this appears...
Similar to how Tailwind supports `group/{name}` for their `group` classes, it'd be interesting to explore something similar here. Possible API: ```html Some heading
We're trying out the subgraph plugin, as we have two schemas. They actually have different context shapes (not drastically so, but enough that we've given them different TypeScript types), at...
I couldn't find any examples of this, so testing the waters a bit. We have a pretty huge module graph, to the point that process starts/restarts take a long time....
I was trying out the experimental extractor in the v5 preview and noticed it was missing a lot of strings that my own bespoke extractor was picking up. It turns...
### Description If I create a provider registry, I can't extract the actual list of valid models:  It works as expected when I interact with the registry directly: ...
Fixes minor issue in the usage example when a root selection set has aliases
The docs say this > The result of z.function() is no longer a Zod schema. Instead, it acts as a standalone "function factory" for defining Zod-validated functions. The API has...
### Is your feature request related to a problem? Please describe. We have a pretty huge schema, and TypeScript LSP performance is a major pain point for us. I'm looking...