Drew Powers

Results 68 issues of Drew Powers

The [TypeScript plugin](https://github.com/drwpow/cobalt-ui/tree/main/packages/plugin-ts) currently isn’t much different from the JSON plugin; it essentially just creates JSON assigned to exportable variables, sprinkles in a few types, etc. It would be great...

help wanted

Upgrades from the abandoned branch of wysihtml to the [actively-maintained version](https://github.com/voog/wysihtml). There are no API changes, it just adds additional features and stability of wysihtml 5.0, most notably the `lineBreaks`...

When running `oag`, the following error occurs: ``` open zz_oag_generated.go: no such file or directory ``` This error doesn’t appear when the file exists. `touch zz_oag_generated.go` works before running `oag`,...

## Changes This PR adds missing types from TypeScript, but doesn’t fix the broken ES build as that would require a breaking API change (see comment below). Resolves #2. ##...

Hello! First of all, wanted to say that I love this package 💯. It’s so useful having a simple API for finding tags in a string of HTML! I’m trying...

**Describe the bug** `@duetds/date-picker`’s ESM build is currently broken. **To Reproduce** If you inspect the `package.json`, the `"module"` entrypoint is set to `./dist/index.js`. This is [its contents](https://unpkg.com/browse/@duetds/[email protected]/dist/index.js): ```js export *...

Hello! I recently was introduced to Tera via [Zola](https://github.com/getzola/zola), and I’m a big fan of both. In developing my site, I couldn’t find a Tera formatter for VS Code, so...

In our tokens schema we make use of `$description`, but could also use a human-readable `$name` as well. For one example: ```json { "typography": { "brand": { "$name": "Brand Typography",...

Proposed properties/types

I ran across this addon looking for something to display our design tokens expressed according to the upcoming [W3C Design Tokens schema](https://design-tokens.github.io/community-group/format/), which is a JSON format. It’s still new...

enhancement

Even if hidden files are visible in Finder, in the Open dialog, you can’t open or save in hidden folders such as `~/Library/Fonts`.