Alexis Sellier

Results 280 comments of Alexis Sellier

hmm, that's not normal — it takes 4 seconds to compile a 4000 sloc file on my machine. could you try running `rake benchmark` from the less folder? It shouldn't...

There is definitely room for a lot of optimizations in the grammar. It's something I'd like to look into at some point. Treetop isn't the fastest parser (being a PEG...

Well, if you're using the `more` plugin, it has built in caching now, so it won't recompile files which haven't changed. This is a huge performance boost in dev. If...

I still prefer "Leaner CSS"

`a, b, c {color:white}` parses to `a, b, c { color: white; }` on my machine. I'm aware of the crappy selector grouping on nested/hierarchical selectors though..

It would be great to have this working better. This tool is super handy. Currently, running with `--doctests` I get some error output at the end, and it seems like...

Yeah, though after reproducing this I realize some of these errors come from the `--html` flag, and on its own, `--doctests` doesn't output these errors, only in combination with `--html`....

Awesome, thanks a bunch!

Can you describe a use-case?

Would it just stop downloading headers? or would it also stop connecting to peers?