fastcatch

Results 5 comments of fastcatch

The problem is that first `num` is divided by `divisions` and only then multiplied by `i`. Javascript calculates with floats and thus rounds in sometimes unexpected ways. Change the order...

It seems that your code is missing a few "=" signs: ``` ``` works fine. It's not very convenient but that's as good as it gets. If you want fewer...

Sorry to hear. I'll check with newer Rails and ruby when I get to it (perhaps 1-2 days), and I'll get back to you. (I guess it's gonna be the...

It turns out that changes in Rails (ActiveSupport -- to be more precise) cause the breakdown. See this comment and this commit if interested. (I'm seriously surprised at how few...

Thanks and I'll check your suggestions but it'll take some time because I'm busy with other stuff now.