Munieru

Results 52 issues of Munieru

Having multiple package updates in one pull request is hard to manage. How about creating pull requests for each package, like Renovate? Thank you.

I'd like to read documents in English.

I'd like to show more rows to see more information without horizontal scrolling. ## Image ![fullsizeoutput_ce3](https://user-images.githubusercontent.com/20086673/44310119-04afe800-a40c-11e8-8365-ee8dfb875bf5.jpeg) ## Sample implementation 2 row layout: ```css .app-columns { display: flex; flex-direction: column; flex-wrap:...

feature
maybe

My current `.eslintrc.js`: ```js module.exports = { extends: [ 'standard-with-typescript', 'plugin:jest/recommended' ], plugins: [ 'tsdoc' ], parserOptions: { project: './tsconfig.json' }, rules: { 'tsdoc/syntax': 'warn' } } ``` If `eslint-plugin-tsdoc/recommended`...

enhancement
effort: easy
needs design

Here is example code: ```js // Lodash console.log(_.isDate(new Date())); // output: true // Native console.log(new Date() instanceof Date); // output: true ```

Comment is invalid in JSON. So, it should be use JSON5 instead.

like this: ![gas-github](https://user-images.githubusercontent.com/20086673/41577903-690f021c-73ca-11e8-9e09-b25602459643.PNG)

複数のPromiseを処理する方法の一つとして、[for await...of](https://developer.mozilla.org/ja/docs/Web/JavaScript/Reference/Statements/for-await...of)についての記述を追加してほしいです。 ## 参考リンク - [ECMAScript® 2018 Language Specification](https://www.ecma-international.org/ecma-262/9.0/#sec-for-in-and-for-of-statements)

help wanted
Status: Proposal

**What problem do you want to solve?** Some logo images, such as GitHub, are hard to see in dark mode on GitHub. **What do you think is the correct solution...

stale

**What problem do you want to solve?** standard's documents are translated into many languages. However, some languages don't keep up with original changes. For example, ["What is the difference between...

meta