Dan Kaplun
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.
``` nesh> __.chain([1, 2, 3]) \ ... .reduce(function (memo, state) { Invalid REPL keyword undefined nesh> ```
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...
This would also fix #113 and #114 as the address bar does not update when an 's src changes. New UI:  Current master for comparison:  List of options...
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