Charlike Mike Reagent

Results 212 issues of Charlike Mike Reagent

So it will loop all the issues in that repository, filter these that are not labeled and apply `triage` label on them.

enhancement
help wanted

To allow disabling "auto-removing of `triage` label when other label(s) are added". Also because of #2 may not be preferred by some users.

enhancement
help wanted

other than that, cool one ;)

for example ``` js var expandObject = require('expand-object') var res = expandObject('a.b.c:/^so,b/gmi') console.log(res.a) // => { b: { c: [ '/^so', 'b/gmi' ] } } ``` it make sense to...

```js rolldown.transform = (source, options) => { if (!source) { // or something like that // (need more strict check for that param) return Promise.reject(new TypeError('expect a string')) } return...

todo / implement

```js const fs = require('fs'); const path = require('path'); const rollup = require('rollup'); const argParser = require('mri'); const commonjs = require('rollup-plugin-commonjs'); const progress = require('rollup-plugin-progress'); const filesize = require('rollup-plugin-filesize'); const...

https://github.com/tunnckoCore/ideas/issues/67

todo / implement

when published: https://github.com/charlike/ideas/issues/46#issuecomment-319513218

todo / implement

in some places, instead of `extend-shallow`

todo / implement

Easy to implement? If `opts.entry` is object loop over it.

todo / implement