Tejesh Mehta

Results 34 issues of Tejesh Mehta

Hello I would love an option to show TODOs in git-modified files. Our project has many TODOs from various contributors, and it would be nice to see my current TODO...

enhancement

es6 utils removal or deprecations? rename mutable methods to `mutable-` rename `put` and `omit` to `set` and `delete/del`

enhancement
question

Add an index at the top of the docs w/ links to util examples

enhancement

`set({ foo: { qux: 1 } }, 'foo.bar', true)`

thoughts: accept an object that takes keypaths and regexp values too.

util request

``` js var isHandler = function (key) { return /^handler/.test(key) } bindAll(obj, isHandler) ```

enhancement

``` js // values ['a','a','a'].map(replace('a', 'b')) // ['b','b','b'] // functions ['a','a','a'].map(replace(equals('a'), returnVal('b'))) // ['b','b','b'] ```

util request

methods that use `clone` can cause it to throw errors. these error message are not developer friendly (stack traces pointing to `clone` code) throw more better errors in these scenarios...

enhancement

`last(arr, key, val)`

enhancement

Maybe we can use this out to start (for the versions we've missed): https://github.com/lalitkapoor/github-changes

enhancement