Naman Goel

Results 89 comments of Naman Goel

The only issue, in my opinion, are the performance costs of JSDOM. A workaround to use string interpolation on the server side would be ideal. A la Cheerio.

That said, the modifications to the client-side rivets make sense, and I support it wholeheartedly.

@kentcdodds I have started work on the Eslint plugin. I've spent a long time just compiling rules for CSS properties. It's not nearly strict enough, but its something. I'll just...

I started working on flow types. I'll try and get the eslint plugin working first I guess. And the community can make the tests better over time.

Same problem here. Doesn't affect most of the chrome around the editor, and causes major graphical glitches.

So the problem just got solved. Here's some info. After installing spacegray, package control started acting up. I would install a Package. It would say it was installed successfully, but...

I believe this is a bug in st3.

NOTE: A few properties are intentionally not allowed by the ESLint plugin even though they will work correctly in the Babel plugin: - `background` - `transition` - `animation` - `border`,...

There's a few other missing properties in the ESLint rule. You can find them and create a PR to add them.

@olivierpascal Yes, as mentioned above, we're discussing adding support for the few shorthands we manually disallowed.