notEvil

Results 62 comments of notEvil

After a quick test drive this is the first thing that keeps me from using mopidy-mobile, the search just doesn't replace a good scroll. Seems like Ionic provides scroll bars...

True, v1 doesn't but later versions (if I'm not mistaken). Nevermind then

Fyi, on linux you can `mount --bind /path/to/somewhere /tmp/twitch-dl`. files then end up in `/path/to/somewhere`

When cached (CSE), the result is not that big. My initial goal was to get the derivatives (and use Mathematicas implicit simplification) as an alternative to my current approach (R...

Sry, CSE is common subexpression elimination and the repeated expressions are a result of the chain rule and only to a minor extent of the base function. I looked at...

Thanks for taking over! > Question: you only added overflow checks for micro and nano resolutions. Do we need that for second and milli as well, or will those never...

I must agree. And its easily implemented. Here is a working patch for ./autoload/clever_f.vim: ``` --- clever_f.vim 2014-06-04 13:20:06.562382100 +0200 +++ clever_f.vim.new 2014-06-04 13:18:24.807382100 +0200 @@ -46,6 +46,7 @@ endif...

yeah, sry about that. Short after I recognized that the s:previous_map variable already existed. So the shorter version you see here will do. It just disables the memory by overwriting...

Thanks, for my "use case" (want to set temperature, rpm pairs for the steps and don't mind non-linearity) it would be sufficient to have a command which looks up the...

I changed a few things and it works quite well - `fanController.calculateTargetPwm`: return immediately after `f.curve.Evaluate()` - `fanController.UpdateFanSpeed`: create inverse of `fan.GetFanCurveData` and call `util.CalculateInterpolatedCurveValue` - `measureRpm`: don't update the...