XhmikosR
XhmikosR
@sindresorhus friendly ping for review :) Let me know if something could be improved, I haven't switched many projects to ESM yet. CI run since it doesn't run yet on...
@tancredi Please do not change my patches when merging (the commit messages might need to be adapted, though). After this PR is merged, a new **MAJOR** version needs to be...
Requires #364 and some of the changes are subjective. Happy to make any changes later :)
This is broken due to tests. IMHO it makes sense to use fs/promises directly, but I don't have the bandwidth to fix the tests. @tancredi feel free to push/fix the...
This is a known issue for years, so I'll understand if you just pass on this :)  The only way around it would be to either use a package...
The latest version throws a few accessibility errors. An example is your [first](http://www.jacklmoore.com/colorbox/example1/) one using [html_codesniffer](http://squizlabs.github.io/HTML_CodeSniffer/) using WCAG2AA: ``` This button element does not have a name available to an...
* remove `build` from `linkinator` script * switch to using `--verbosity` for linkinator Signed-off-by: XhmikosR **By submitting this pull request, I confirm the following:** *please fill any appropriate checkboxes, e.g:...
* [x] MD0040: code blocks must have a language specified (when we don't want a lang, we can use `text` or `plain`) - See #1195 * [ ] MD0045: images...
See the PR discussion for context: https://github.com/pi-hole/docs/pull/267#pullrequestreview-365323824
Currently, when we ignore a variable, it's removed from the total number of variables. Not sure if it would make more sense to not change the total number of variables......