Jason Miller

Results 153 issues of Jason Miller

I'd like to suggest a more accurate (at least in terms of OS X) input focus outline/border including the nice little animation Apple added in Yosemite. ### Preview: ![preview](https://i.gyazo.com/dc25acb5ddfdc19ab1c99a6e1799e83d.gif) ###...

feature
css

Placing a single `` into a `button-group` causes it to render without any border-radius. Here's my current fix: ``` css .btn-group > .btn:first-child:last-child { border-radius: 4px; } ```

css

This adds a third `requires[]` property to the output object in both modes. It's an Array of `{s:number,e:number}` start/end offsets, like those of `es-module-lexer`. All require() calls are added to...

Note: I've left this as `src/ropes.js` for now, since it doesn't include all the pretty-printing from `src/index.js`. We need to remove that from the main package anyway. | Before |...

This builds on the parts of #135 that did hold some promise - a dedicated codepath for SSR that excludes configurability, and some caching. I think I'm seeing performance gains...

Update: boo, I botched the benchmark and this is actually slower than master. ~I've been sitting on this one for a little bit, and finally got the time to hack...

As suggested in developit/preact#585. Here's the list I came up with: ### Browser APIs Preact Uses - ~It will use `Promise` only if available, falling back to~ `setTimeout(0)` - DOM...

enhancement
help wanted