Grant Sander

Results 31 issues of Grant Sander

## What? The `createStyleBuilder.test.tsx` file has a handful of ugly `@ts-ignore`s (like [here](https://github.com/FormidableLabs/react-native-zephyr/blob/88418f8cd80e21af15b28fbb1b62f964c7fd3a20/packages/core/src/createStyleBuilder.test.tsx#L123)) that we should clean up. Getting the vitest mocks typed properly is hard, but worthwhile to investigate...

Add handler for text shadows.

enhancement

## What? This PR allows the `resolveBodyOnly` fetch option to be overridden from `alfy.fetch`'s `options` arg. ## Why? Sometimes you need access to response headers. For example, when using GitHub's...

Add support for MDX boilerplate via `create-spectacle`, and add it as an option to our CLI prompts/flags.

create-spectacle

`.webm` ain't great. Look into mirroring [this](https://github.com/Vanilagy/mp4-muxer/blob/main/demo/script.js) to have an mp4 output, which appears to produce much more stable results than MediaRecorder with .webm.

Add support for some sort of video "text", some text that can be added to the video display. Would be nice to be able to customize size, font, weight, position,...

enhancement

Add support for selecting a shape for the screenshare display, starting with circle and rectangle. For rectangle, we should also support customizing the corner radius.

enhancement

We have a `q.sanityImage` image helper for images stored in the media library. We should consider also adding a similar helper function for file type documents.

enhancement

`.grab` as a method name is a bit _odd_, and is an artifact of the early experimental phases of the project. I'd like to phase that out by: - introducing...

api/design