jlami

Results 21 comments of jlami

I believe this is because Atom has a default mapping for Ctrl+Alt+b now, jumping the cursor back to the previous subword boundary.

I'll have to look into that, just starting with Atom. It does show me one thing now, there are way to many key bindings by default ;) Maybe a multi...

Seems to be related to kb2977629. I uninstalled that and it seems to run better. Might I ask why you even need ieframe.dll?

You should be able to uninstall the update through the control panel. http://windows.microsoft.com/en-us/windows/remove-update#1TC=windows-7

No problem, good luck hunting down the problem.

Feels a bit weird though to have two versions of `min` and `max`. I don't know if the new versions could also be made to work like `sum`? That looks...

Would that really work? As I see it the math.min is just a pass through to Math.min. What would the array.rest do to make this work on the input side?...

Ah, ok. I see. I'll have to think about it. Could make it more uniform. But I don't know if there are really more use cases for the `array.rest`.

Maybe an `apply(func, arrayKeyOrComputed)` could be a simpler alternative? The spread is just that. The normal `computed` could be seen as the `func.call` counterpart I think? So it might also...

Did you change anything on the composing-class-computed branch? It seems to work on this test, while it did not work in my real world application.