Kevin Whitaker

Results 5 comments of Kevin Whitaker

Seeing the same. I'm using the atom-typescript plugin, myself.

I'll jump on this bug as well. I'm seeing this when I am inputting a command and a new tweet comes in before I can finish. Whatever I typed previous...

+1 to being able to scale the action bars. Would love to be able to make them larger. Thanks for the hard work!

I'm also seeing this issue, and pinning the dependency for `rc-slider` does not seem to solve the issue. ``` "resolutions": { "rc-slider/**/rc-util": "^5.16.1" } ``` Are there any plans to...

@tmcw I'm using ES6 imports. Here's a snippet of the source code: ``` import {connect} from 'react-redux' import {fetchConfig} from 'state/config' import Config from 'components/ecosystems/config' import React, {PropTypes} from 'react'...