Rico Kahler
Rico Kahler
1.0 Roadmap
**Edit May 9th, 2021:** This issue now represents the 1.0 roadmap! There has been a lot of development since the first release of this lib and the next version of...
This is just an idea I had and I wanted to create a reminder for myself to explore. --- Similar to TypeScript itself, Sanity Codegen goes off of the assumption...
If you add `options.list` to a string field, the codegen will take the values of that and produce a union of string literals e.g. ```js { name: 'someField', type: 'string',...
From #59, it seems like the best option is to allow the ability to no-op packages while executing schema extraction. The config might look like this: ```ts import { SanityCodegenConfig...
The first-party `@sanity/client` allows variables to be added via a second parameter to `client.fetch`. Sanity code-gen's client should support that as well so that the `groq` tagged template literals can...
If there's enough interested, I'd love to collaborate on a better Gatsby solution than Gatsby's [Gatsby without GraphQL](https://www.gatsbyjs.com/docs/how-to/querying-data/using-gatsby-without-graphql/#the-approach-fetch-data-and-use-gatsbys-createpages-api) guide. Though this works, it's less than ideal because [Gatsby won't officially...
I apologize if I missed something, but reading through the code, I don't see anything that lets me override the text styles for `react-native`. I know it's possible to completely...
If I rename my bucket in my serverless config, it fails to delete the previous bucket causing the deploy to fail. ``` An error occurred: AssetsBucket - The bucket you...
Quite a bit has chanced since this lib has been released so this issue represents what features should go into v2. - [ ] #41 - [ ] #132 -...
I've been using renovate bot for dependencies and it's way more convenient over dependabot. This is chore item for me. Also: - [ ] switch to microbundle - [ ]...