David Sharp

Results 18 comments of David Sharp
trafficstars

@dmikey, maybe I'm wrong or maybe it's been clarified, but I was under the impression that this was on the case if you're providing a web browser (ie, if we...

It's a bit of a hack, but you catch pan events with `onPan` and limit the values to within the SVG and passing your new doctored values to `setState`. In...

@dfeinzeig, the `exe` in the link is the installer, you should just need to run it in wine and go through the installation wizard

Just as an alternative for copying (maybe not so much pasting), a clipboard plugin might be a better option.

I've also just committed 629c9e8, which highlights a candidate for another styling prop, which should probably be opened as a separate issue

Actually, this is kind of similar to PR#8, although in this case, they're separate options that can be used together or not.

I've had a few more reports since on other Android versions (5.0,4.4.4) across various devices and both Intel and ARM architectures, so it's not tied to 4.4.2 or the device.

> To prevent breakage with existing style sheets, Atom will automatically upgrade the following selectors: ``` atom-text-editor, :host => atom-text-editor,atom-text-editor atom-text-editor .wrap-guide, :host .wrap-guide => atom-text-editor .wrap-guide,atom-text-editor .wrap-guide atom-text-editor .indent-guide,...