Adam Tolley
Adam Tolley
Mean time suggestion - is there a way to predict which files will cause issues and just bail on those? This would ideally be user enabled/configured. I think it would...
I just today installed this fresh using the documented command: ``` brew install --cask qlmarkdown ``` And it seemed to work without a hitch. Brew updated right before executing (as...
Really, any way to pass functionality down to arbitrarily, deeply nested data is needed to avoid really expensive n+1 type situations when the data is inherently nested. What about an...
Actually what I am trying to articulate is pretty exactly issue #25. Implementing it would be so helpful and open up an entire dimension of querying power. In the meantime,...
@kmelve I think a lot of this just comes down to DX. If we want a (even partially) generalized solution for auto-dereferencing we have to write one ourselves, and that...
> True - in our case it only ran build time so performance + quota limits were less of a concern. I don't recall we've thought about mapping sanity schema's...
for additional context the special reference type is used like this in our schema: ```javascript export const flexCollarCard = { name: 'flexCollarCard', type: 'object', title: 'Flex Collar Card', preview: {...
Both the `pageInfo` and `reference` types are references to `page` in my case, so they both get generated as `SanityReference` but I need to handle them differently. The codegen, at...
> Can you describe your use case and what you're trying to achieve? Maybe I can propose some workarounds for you in the meantime. So right now, I have forked...
I just want a quick way to know how to include '\' in a string value. There does not seem to be a simple here-are-all-the-rules document for this, or I...