Steven Vachon

Results 327 comments of Steven Vachon

A future version will have a CSV and/or JSON export.

Not sure how to design the CLI for it. It has a default value already, so should new values simply append to it? If so, one cannot override the default....

@AndrewCreer it shouldn't have thrown invalid URL error as it's not an invalid URL. I think you may have configured the json file incorrectly

> I dont know if you guys noticed, but last code changing commit here was around 4 years ago, so my advice would be to improvise instead of waiting ;-)...

This is not an HTML standard, so support for it will likely never make it into the core of this project. It will be possible as a plugin in the...

Because it hasn't been implemented yet. You can only check local HTML documents with a `String` or a `Stream`.

API only. It won't be added to the CLI either because once `file://` support is added, there'll be no need for it.

I've started implementing this and it's a slight bit more complicated than I thought it'd be. Is there a reason why supporting the file protocol would be necessary when a...

What you're trying to do will not work until v0.8 is released unless you only want to check external links since `file://` links are not yet supported. You could try:...