Hacking Robot

Results 10 comments of Hacking Robot

``` StochasticRSI.calculate({ values: prices, rsiPeriod: 8, stochasticPeriod: 8, kPeriod: 14, dPeriod: 14, }) ```

Thank you it worked, you saved me hours of research.

i ask the same question, where do we change the datalayer before angularitics is triggered on page load

I have the same issue and can't use zed right now because of it. I'm surprised this issue has always been there and not fixed yet.

I confirm this bug. My internet explorer 9 returns: "SCRIPT87: Argument non valide. etch.js, Ligne 276 Caractère 9" So "Argument non valide" is not equal to "Invalid argument."

Same issue here, after a blue/green rollback, the lifecycle is not recreated in the current ASG, I have to edit the app in codedeploy and hit save. That's crazy the...

so people can find out about it, because I had this jquery bug for hours. and.. the bug did not came from this extension.

it was jquery each I believe. Or I should say jquery falls in a infinite loop and crash the browser.

same problem, I tried everything and did not manage to make it worked at all.

alright, I finally found. The process does not exit on complete. Here is an example of working test: ``` var mongoose = require('mongoose'); mongoose.connect('mongodb://localhost/mydb'); require('./models/category.js'); var fixtures = require('pow-mongoose-fixtures'); //...