Jon Sherrard

Results 7 issues of Jon Sherrard

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the feature has not already been requested ### 🚀 Feature...

documentation

Adds a new filter called `graphql_gutenberg_block_attribute_value`. Each attribute value is run through this filter. Inspiration was taken from here: https://github.com/pristas-peter/wp-graphql-gutenberg/issues/81 This allows user to run modify attributes from their functions.php...

Simply casting the` $attributes` array to an object before running it though Schema validation fails with ACF Pro's field groups. ACF outputs another nested array. Using JSON decode makes sure...

### Description I have an API handler based on the docs that looks like this. ```ts import OpenAI from "openai"; import { OpenAIStream, StreamingTextResponse } from "ai"; import { initialMessage...

**Describe the bug** The CLI tool `yarn create luna-app` fails during the creation of a project with expo for RN ```sh Node.js v18.13.0 error Command failed. Exit code: 1 Command:...

Addresses some of the concerns in https://github.com/tamagui/tamagui/issues/2589 - Updates to latest Next 14 - Updates to Solito 4 - Updates packages in general - Runs App Directory Routes AND Pages...

### Current Behavior 1. Use a Dialog component. 2. Add a child to Dialog.Content that has an `animation` prop. 3. Try to. close dialog with `Dialog.Trigger`, Escape Key, or "click...