Rico Kahler

Results 56 issues of Rico Kahler

Longtweet serves globally so I think it would be very beneficial to have translations. This is new to me so it'll take some research on my end but I think...

### Description I've attempted this before, but I think I got it this time. This PR adds a more automated release notes scripts. How it works: 1. The PR template...

### Description The following PR: 1. adds timeouts and guards to the `resolveIntent` function to prevent it from never resolving (by returning the fallback editor in many cases). 2. moves...

### Description The following PR aliases the `__experimental_search` schema property to `searchConfig` for **`crossDatasetReference`s only**. Cross-dataset references are special here because this configuration is required even though it shares the...

Hello there 👋, I recently switched to microbundle for a bunch of my libs and I love it so far, however, I ran into an issue where the modern bundle...

**Is your feature request related to a problem? Please describe.** Thanks for this project! I love the visibility it brings to my investments in open source. I just have one...

enhancement
stats-card

Per our discussions in #41 and #42 , I think it makes sense to run a `gatsby build` as a [required status check](https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks) before merging a PR. Here's my idea:...

effort:med
priority:high

## Objective The following is a feature request to add codegen for gatsby-node related typescript files so that calls to `graphql` via the [`createPages` node API are typed](https://www.gatsbyjs.org/docs/node-apis/#createPages). My `gatsby-node.js`...

effort:high
priority:high

This issue stems from a community question regarding the client bundle size. @chris-erickson [pointed out](https://sanity-io-land.slack.com/archives/C013NG0UF0B/p1623246607068400) that their next.js client build included groq-js. `groq-js` is expected to show up as a...

Currently if SanityCodegen finds a reference type that isn't used anywhere, it'll create an empty interface. A typical example of this happening is when using a sanity plugin that defines...