Steven Vachon

Results 327 comments of Steven Vachon

You're still speaking UI. https://github.com/stevenvachon/broken-link-checker/blob/master/lib/internal/linkObj.js#L53-L56

If a request is not timing out, then this is an issue with [bhttp](https://npmjs.com/bhttp).

I'd rather generate JSON, which can then be transformed to anything else.

I'm not ready to do this yet. Perhaps during the Christmas holidays.

Yes, when I find time to continue development on it.

https://github.com/stevenvachon/handlebars-html-parser#roadmap-features

It has not been released yet. It's not useful in its current state anyway as it does not yet compile the parsed handlebars expressions.

Probably in January. Getting another project to a happy point, then holidays. I want this done too.

The bulk of the work is in [handlebars-html-parser](https://github.com/stevenvachon/handlebars-html-parser). The strategy is to write a parser that makes any subsequent compiler extremely easy and non-redundant to write as there will be...