Angelo Ashmore

Results 68 issues of Angelo Ashmore

> **Note**: This is a WIP! There is a type error in `src/serialize.ts`. ## Types of changes - [ ] Chore (a non-breaking change which is related to package maintenance)...

### Is your feature request related to a problem? Please describe. Next.js supports a runtime called [Edge Runtime](https://nextjs.org/docs/api-reference/edge-runtime) built upon Web APIs, unlike the default Node.js-based runtime. Some `@prismicio/next` APIs...

enhancement

### Is your feature request related to a problem? Please describe. `@prismicio/next` requires specific configuration to work properly. For example, `` must be set up with a properly created preview...

enhancement

This PR exports `DevalueError`. Access to the error class is useful for type narrowing when access to `DevalueError`'s `path` property is needed. Also helpful if other errors might be thrown...

Adds TypeScript declaration files. This provides type information to TypeScript developers. If you feel this does not belong within the repo, I can submit these to https://github.com/DefinitelyTyped/DefinitelyTyped instead at `@types/tiny-hashes`....

This PR adds support for `.cjs` and `.mjs` files by overriding their loader to `js`. Per [esbuild's `js` loader docs](https://esbuild.github.io/content-types/#javascript), the `js` loader supports `.cjs` and `.mjs` files and treats...

- Adds `s` param support. If the user already has a signature, this allows passing it through. - Adds a second argument to `buildImgixUrl` to take in a secret URL...

## Context DT-2116 ## The Solution - Use a darker background color in the empty state. - Update the empty state's text. - Replace `theme-ui` with `@prismicio/editor-ui` and custom CSS....

## Context DT-2019 ## The Solution - Replace use of `Table` with `@prismicio/editor-ui`'s `Table`. - Remove the empty space around the "Repeatable" and "Single" document icons. - Remove the `Table`...

## Context TODO ## The Solution - Add a custom `yarn dev` script that starts each workspace's `dev` script in topological order. - Export a function that can be used...