James Turner

Results 175 comments of James Turner

> Also if you attached plain-text versions for anyone who wanted to play with this that'd be greatly appreciated. Not entirely sure what you mean here. Like I know what...

> I wonder what theme you were using there since many of the "titles" are indeed highlighed. That was the [VS2015 theme](https://github.com/highlightjs/highlight.js/blob/master/src/styles/vs2015.css). May I ask what you used to generate...

Thanks for that debugging link! > 3rd party language modules are free to innovate here, but I don't see a lot of room in core because I don't like the...

I love the proposal you've written up into that issue - would it be best to close this one and have that as the canonical reference for this type of...

I'm definitely willing to help out in getting movement on this though will likely need guidance etc on it as I really don't do much JS development anymore (eg. easiest...

Additionally it may be worth looking at extending support for paths too (also with wildcards). If someone specifies that all URLs like `example.org/shop/*` are not to be crawled, that would...

Hey @mguinness , thanks for the link - MicroRuleEngine does look interesting though probably won't take on a dependency for something like that at this stage (maybe in the future...

Thanks @YairHalberstadt for the kind words! Yep, so the library can cover your example - by giving it a URL (the root URL of the site), it will crawl all...

Currently there isn't a way to catch-all aliases however that may be a reasonable future addition - probably a wildcard on the `HostAlias` (eg. "*.example.org"). I've opened #64 to cover...

That might be an option however having full flexibility like that can make more simple cases like crawling subdomains more complex. Being able to write, for example `*.example.org`, is a...