Results 14 issues of Erin Dachtler

I'm on Atom 1.8.0 and the Toggle Finder command doesn't seem to be working. According to the Keybindings page Alt-Ctrl-P is used by the command `window:run-package-specs`. It seems to be...

Could there be a little box at the bottom of the README that shows current browser support? Do we need this at all anymore?

I was looking through the Jaws code to see how it worked when I noticed that you store sprites as `canvas` elements. Curious, I wrote a quick test to see...

Is anyone here opposed to maybe adding a more user-friendly API to this library. Right now it takes a fair amount of boilerplate to do what is essentially `JSON.parse(encoded)` or...

question

If you use an Input element with inputRef, it clobbers the inputRef passed [here](https://github.com/muicss/mui/blob/master/src/react/_textfieldHelpers.jsx#L136) resulting in an error being thrown [here](https://github.com/muicss/mui/blob/master/src/react/_textfieldHelpers.jsx#L93) because `this.controlEl` is undefined. I think there might be...

When `merge`ing streams of component types of a [discriminating union](https://www.typescriptlang.org/docs/handbook/unions-and-intersections.html#discriminating-unions) the internal listener seems to be trying to assign a variable of the compound type to a variable of a...

Do you think it would be possible to get this working without depending on electron? I saw [an example](https://github.com/mozilla/pdf.js/blob/master/examples/node/pdf2png/pdf2png.js) where it looked like they just used a node canvas library...

The method used for expiring values seems to be causing some issues. A lot of care must be taken to make things like setInteval and setTimeout not cause problems with...

The `writeHead` method didn't take the arguments for status text and headers, so I added those. Also changed the header names to be lower-case since that's how node core does...

_token_stack label was only removed when `token-stack` option was present.