Mars Wong

Results 15 issues of Mars Wong

@sindresorhus As **AI**, **IoT**, **go**, **rust** and so many stuffs haved become a trending these years, what's do you think of the outlook of **Node.js**? Will you still write node...

### Description of Issue When using `element-ui`, it cannot be bundled properly, reproduced code: ```js {{ test }} import { Message } from 'element-ui'; export default { beforeMount() { console.log(Message);...

enhancement

```js var option = { series: [{ type: 'liquidFill', data: [-2.33] }] }; ``` **result:** ![lark20190222-140553](https://user-images.githubusercontent.com/10388933/53223077-1d46d680-36ab-11e9-9ddf-87c3245f5031.png) ays, when the value is less than 0, it'd be better to just show...

enhancement

will `autod` support other popular file extensions? for many popular open source projects are written in `.vue` or `.ts`, but it just support `js` and `jsx` by hard coding at...

add cookie option for passport.session to support access_token operation in authenticate callback

When translating the docs, we need to use other input source, at present the script seems to mark the end of hyperlink with `halfwidth comma`, but if we use a...

currently we could only apply global middlewares, in complicated applications, we might need to apply middlewares for different business, assume there are routes (`/foo` and '/bar') and middlewares (`foo` and...

enhancement

the footer container should align with `title` and `body`, but actually users have to set extra padding style for the container manually at present.