Mike Lambert

Results 52 comments of Mike Lambert

As a committer, I love this idea as well. But in my experience uncss takes awhile to run, and makes me suspect it's not suitable for a realtime linter. I...

Conceptually, we really only need to render one page at a time. We grab all the used CSS classes from that page, and then can continue to the next one....

Good point, I forgot the pages are used twice in the current algorithm. But again, I don't think it _needs_ to load them all at once, or load them twice....

I think I'm okay with uncss ignoring SSL/TLS errors. I'm not able to imagine any security holes (to the local machine, or to the resulting-site that uses the uncss'ed CSS)...

Some people want to use this on their existing stylesheets, to remove old/deprecated code they no longer need. But also, I'm a fan of "each tool does one thing well"....

Here is my example page linkifying incorrectly: http://www.dancedeets.com/events/896736620379772/2016-r16-taiwan-x-wbc In this case, it's a vertical bar, though to be precise it's `|` and not `|` (I hope github shows the difference...

I'm the website author using linkify-it to add links to raw text from a variety of sources which I didn't write myself (facebook events and other websites). And the individual...

What do you mean by "layout compose" ? I assume you are referring to writing up the text and adding the `|` to lay things out? https://www.facebook.com/events/896736620379772/ is the source...

Thank you, that's a creative solution to this problem. I'll go with that for now. I'll create a separate issue with the few examples I have, and you can decide...

Feel free to create a dummy facebook event (or even a FB post on your wall) and see what happens? It seems like it fails to parse that link properly,...