Tyler Akins
Tyler Akins
I hosted a server on the Relams for quite some time before hosting it myself. I do not have access to those logs. Things like achievements and the amount of...
In issue #867 I suggested an idea to make tags that depend on the result of scripts, just like health checks. I run mongo in the cloud with multiple machines...
This is especially confusing when you are using a phone to test if this feature is something you want to include in a project. Your phone will possibly make a...
Here's dir/page.html: Back to the root And index.html exists. However, the broken link checker is saying an error. Error: Link is broken: href: "../", text: "Back to the root", in...
I have HTML help files. Sometimes they are at https://example.com/ and other times at https://special-app.example.com/help/. Linking from `index.html` to `../` should be disallowed because it goes outside of the root...
Relative links to root will wind up with `linkPath` === ''. Changing this condition closes #14.
`link` tags can have an `href` property. `script` tags can have a `src` property. It would be great if they could be checked as well. Is this a feature you...
I've seen the syntax for building the source: paths: { "${source}/**/*.html": true } However, what I want to do is build the changed file and rebuild others. I build my...
Instead of using `prettycss input.css 2> errors.txt`, it would be nice to have an option to redirect those messages to another file. `prettycss input.css --errors=errors.txt` or similar. This issue is...
There's no other tool that does Sass besides the Ruby implementation.