Drew Powers

Results 68 issues of Drew Powers

Please fill in this template. - [x] Use a meaningful title for the pull request. Include the name of the package modified. - [x] Test the change in your own...

Author is Owner
Owner Approved
The CI failed

In response to opening up `$type: dimension` tokens units and allow more than `px` and `rem`, there are 4 paths forward: 1. Don’t expand the list. `px` and `rem` forever....

dtcg-format
To be reviewed by editors
Syntax Updates

## Summary This proposes the following changes to `$type: dimension` and `$type: duration` tokens, which have the same designs: - Changes `$value` from a string → object with `value` and...

`openapi-fetch` as it’s grown in features has grown in size! It was originally `2 kb` when it started out, but with middleware support and other features is now closer to...

PRs welcome
good first issue
openapi-fetch

### Current Behavior Given the following `rollup.config.js` in a monorepo (simplified): ```ts // packages/react-color-picker/rollup.config.json import ts from '@rollup/plugin-typescript'; /** @type {import("rollup").InputOptions} */ export default { plugins: [ ts({ tsconfig: './tsconfig.build.json',...

type: bug

## Changes Consolidates 4 About pages into one, creates a new “Maintainers” section, and consolidates Contributors into one big grid ![CleanShot 2025-01-25 at 16 23 13@2x](https://github.com/user-attachments/assets/b6aaa85a-d00d-40c8-9270-8d19869f3306) ![CleanShot 2025-01-25 at 16...

### Summary In Svelte files, code is randomly deleted ### Description When working in `.svelte` files, starting to type certain expressions will yield in the rest of the file being...

awaiting info
editor
typescript
language server
svelte

## Changes Satisfies #399 by adding a way to preprocess tokens. Calling it “transform” because it mirrors a lot of standard AST visitor patterns ## How to Review - Tests...

# Proposal Thinking through upcoming changes to the [DTCG specification](https://tr.designtokens.org), there have been not only requests to [alias tokens in other files](https://github.com/design-tokens/community-group/issues/166), but some future proposals **depend** on use of...

parser
cli
2.0
p1