Dan Kaplun

Results 74 issues of Dan Kaplun

It would be really cool if I could do `_.pluck('length').max()` and get a function which I can pass a parameter to that will return the result having passed it in...

See [otra-vez](https://github.com/quarterto/otra-vez) for a Node shell that does this.

enhancement

``` nesh> __.chain([1, 2, 3]) \ ... .reduce(function (memo, state) { Invalid REPL keyword undefined nesh> ```

bug
upstream

I find tests useful as a consumer of libraries because they contain short usage snippets of how the code is used. The idea is great, keep up the good work!

Hello, It would be great if promises in this form triggered a warning: ```js function foo() { return bar() .then(...) .catch((err) => { console.error(err); }); } ``` Rather than trying...

enhancement
help wanted

This would also fix #113 and #114 as the address bar does not update when an 's src changes. New UI: ![iframe](https://cloud.githubusercontent.com/assets/1765130/17469660/2cabd2ee-5cea-11e6-95ff-1596088f823d.png) Current master for comparison: ![master](https://cloud.githubusercontent.com/assets/1765130/17469661/2cbfb73c-5cea-11e6-86d6-e31383d11a87.png) List of options...

won't fix/can't fix

Add "Redirect mechanism" that replaces "always update tab" checkbox Deprecate 'always-tab-update' option, replace with 'redirectMechanism' Closes #122 FWIW, here's how I'm using NewTab-Redirect: https://github.com/tabterm/tabterm