Jason Miller

Results 153 issues of Jason Miller

As requested on Twitter and in #6, it would be nice to allow running this action on `push`, in addition to the `pull_request` workflow. The action should comment on the...

enhancement
help wanted

Currently certain PR's coming from forks result in the action running in the context of the fork, which means it can't post a comment or a PR review to the...

bug
enhancement
help wanted
good first issue

Hiya! I noticed the size of this library could be reduced considerably while doing other optimization work, and figured I'd make the suggestion since I'd done the work anyway. This...

`Text.data` is faster: https://esbench.com/bench/590c9cfe99634800a0347ffc

Inlined styles should be compressed to deduplicate when multiple stylesheet sources are used. We removed this in the refactor because cssnano was too slow, but it looks like [parcel-css is...

See preactjs/preact-cli#1188 - `` are currently included in critical rules, which should never be the case.

help wanted
good first issue

This should fix #29. (update: it doesn't).

This addresses #8 by adding default photon styling to the HTML5 `` element. #### Rationale: `` provides keyboard shortcuts and backdrop styling, and includes DOM methods to control modal behavor:...

Add `toolbar-input`. I couldnt decide on markup for a generic input with inset icon. This at least partly addresses #14. **JSFiddle:** http://jsfiddle.net/developit/aqu10kd9/ `*` ##### Preview: ![preview](https://i.gyazo.com/ff70bbf75b7f95d19e8546eb18364068.gif) ##### Markup: ``` html...