Juriy Zaytsev
Juriy Zaytsev
I'm seeing the problem on Chrome 17.0.942.0 dev, nightly webkit (r100987), and Safari 5.1.1. On nightly Firefox (11.0a1) and Firefox 8, it seems to work — second animation (sliding down)...
The jerking only happens in Firefox for me. Notice a slight flicker when 2nd effect (slide down) happens. It does go to auto-height, but that's fine; main issue is with...
It's easy to show this when running through node (e.g. `require('child_process').exec('gzip -c ... > ...')`) but what about on a client side? Are there any good JS gzip libs that...
/cc @sindresorhus
Thanks for the link, Mathias. Looking at the algorithm from that document I see that 11.2.4.6 (script data state) switches to 11.2.4.17 (script data less-than sign state) when next char...
`function` keyword is already highlighted for me in function declarations, function expressions, named function expressions, etc.
Pretty sure this is JSHint's inability to understand Promise as ES6
It's a good suggestion. I'm only worried about slowdown when pasting large chunks of code. JSCritic is already slow (could use web workers big time) when doing analysis, so it...
Sure. Sent from my iPhone > On Apr 2, 2014, at 0:38, XhmikosR [email protected] wrote: > > I don't think highlighting will slow down things a lot. But I don't...
@alexlamsl sorry, been travelling. Wish I could just give you access to travis. I'll try to get to it today/tomorrow.