Tejesh Mehta

Results 34 issues of Tejesh Mehta

``` js var opts = {} defaults(opts, { 'foo.bar': 'hai' }) console.log(opts.foo.bar) // "hai" ```

enhancement

``` js remove([1,2,3], 1) remove([1,2,3], equals(1)) ```

util request

to get unique values in an array 1) make it work with `arr.reduce` 2) maybe accept an an optional `equals` arg?

util request

arr.sort(sortBy('key.path')) or arr.sort(sortBy('-key.path'))

util request

Provide an option (and better defaults) for naming the reply queues.

enhancement

Simplify pubsub subscription-id state by using maps and sets

enhancement
help wanted
needs-rebase

I updated asyncIterator's type to include Iterable so that it can be used with `for...of`. Unfortunately iterall's $$asyncIterator doesn't play nice with typescript, so I had to add some ts-ignores.

Hello @sallar, Thanks for this great library! My application can potentially be running ‘substr’ on many long strings at the same time, so perf is very important. I noticed that...

Didn't have time to fully investigate how this module works: The solution may be hacky, but this fixes NODE_PATH for me..