Emily Marigold Klassen
Emily Marigold Klassen
Yeah, no worries, I hadn't noticed that you were working on typescript-eslint until after i mentioned the Shift AST. I think this is just a problem we have to live...
For the sake of being able to more easily tell the type of a source element, it would probably be helpful to include `type: "ChildReference"`, `type: "Token"`, `type: "NonToken"` for...
rough implementation at https://npmjs.com/cstify [(repo)](https://github.com/forivall/tacoscript/tree/master/packages/cstify); test at http://forivall.com/astexplorer/
You can start an [awesome list](https://github.com/sindresorhus/awesome) and then this could link to it. 😎
Exactly, the ability to override global settings on a per-project basis. To be specific, I don't really want atom and node projects to `npm install` every time I save a...
Oh yeah, i think the solution would be to just add a check for `polling` at https://github.com/joeattardi/promise-poller/blob/ab3bc27/src/lib/promise-poller.js#L81
As quickly as i needed promise-poller, i no longer need it (because we switched this api from a proof-of-concept polling to using websockets), but here's the code where it was...
Yeah, i'm using this with spotify, and when i have magic keys disabled, the button works, but also opens up itunes, and then sends play/pause to both itunes and spotify....
yes, i am having performance issues, and i'm noticing that the row is re-rendered on every scroll, seen using the react-devtools "highlight re-renders" option. react-window doesn't seem to be caching...
For now, you can set your .gitattributes file appropriately so that it ignores line ending type changes and always commits them as unix line separators.