Weijia Wang

Results 2 issues of Weijia Wang

## Check List **Please read and check followings before submitting a PR.** - [ ] I want to publish my theme on Hexo official website. - [ ] I have...

In node-core-utils, we use `node-fetch` to make http requests. But this library doesn't support proxy in its options, which makes requests failed in some cases. Suggestion: using [`request`](https://www.npmjs.com/package/request) or [`got`](https://www.npmjs.com/package/got)...

feature request