Christoph Hermann

Results 78 comments of Christoph Hermann

How about just adding some icons to the repo? We did the same in https://github.com/hemanth/coffeescript-equivalents-in-es6#arrow-functions

Hi @xgrommx. Thx for the awesome list. If you like you can make a pr with the links which do you think are worth adding to this repo. I will...

Hey, This plugin once had such a runtime check. But it apparently doesn't work with babel 6 anymore, so it was removed in #2 (in that way). It would be...

`matches` sounds nice. :+1:

I would prefer to keep `last` simple. You could use `lens` for that. ``` js var lens = require('101/lens'); var last = require('101/last'); var lastLens = lens( last, function(val, arr)...

> I think the latter is much harder to read. I think so too.

I would prefer `setThrough` or `setVia` over `setEach` as you suggested before.

Actually, I don't think there is a need for an auto generated changelog. We can just start fresh with the next version and highlight special (important) changes. If someone wants...

The `-` looks a little to magic for my taste. How about adding a second argument for the direction? And maybe `sortByKey` would be a more expressive name?