Ming Di Leom

Results 28 issues of Ming Di Leom

## What does it do? Error caused by the following example is not formatted by `formatNunjucksError()` (because err.message doesn't contain `Line x, Column y`), so the error message still shows...

## What does it do? [`url.resolve()`](https://nodejs.org/api/url.html#url_url_resolve_from_to) is a legacy API, so it's best to avoid it if possible, `String.replace()` is also 6x faster. ## How to test ```sh git clone...

## What does it do? @hexojs/core This is to showcase the (highly) opinionated style used by Prettier (https://github.com/hexojs/eslint-config-hexo/pull/25).

## Check List Please check followings before submitting a new feature request. - [x] I have already read [Docs page](https://hexo.io/docs/) - [x] I have already searched existing issues ## Feature...

discussion
help wanted

Original file: https://res.cloudinary.com/curben/20190812/containers-webp.webp I tried: - https://cdn.statically.io/img/res.cloudinary.com/curben/20190812/containers-webp.webp - https://cdn.statically.io/img/res.cloudinary.com/curben/20190812/containers-webp.webp?auto_format=false Both links gave "HTTP 400 Bad Request".

enhancement

https://github.com/hexojs/hexo-theme-landscape/pull/123 https://github.com/hexojs/hexo/issues/3652 also add language attribute, [as recommended](https://www.w3.org/International/questions/qa-html-language-declarations#attributes) by W3C.

## PR Checklist - [ ] The commit message follows [our guidelines](https://github.com/theme-next/hexo-theme-next/blob/master/.github/CONTRIBUTING.md). - [ ] Tests for the changes was maked (for bug fixes / features). - [ ] Muse...

Noticed this shortcoming from https://github.com/hexojs/hexo-generator-feed/issues/112.

micromatch is a replacement of minimatch. It supports multiple patterns in an array, without the need of string-to-array conversion, along with other globbing [features](https://github.com/micromatch/picomatch#library-comparisons). Depends on Node 8 or above....

also update minor and patch versions to be consistent with package-lock, although the update are covered by `^` in package.