Pavel Shutsin

Results 9 comments of Pavel Shutsin

+1 to this one. Script doesn't work with 1-lined css.

@Jeswang any news on this one?

@pc035860 We can remove UI related code from ngSelect and provide API for selecting an item. Something like ``` html Select me ``` and in ngSelectOption directive ``` javascript link:...

Spec address based on line number doesn't work well with shared examples or cycles, that's why 🔮 uses example id.

@jenkins-infotech you need to extend `StandardPredictionBuilder` or create your own builder. Then you need to set configuration option while trying to run `crystalball` runner. Check out [configuration docs](https://toptal.github.io/crystalball/runner/#config-file) and [example...

You can specify SHA's in config file https://toptal.github.io/crystalball/runner/#config-file E.g. ``` # crystalball.yml diff_from: "origin/master" diff_to: "HEAD" ``` or you can set it explicitly with `CRYSTALBALL_DIFF_FROM and CRYSTALBALL_DIFF_TO` variables

@noralin I guess you can use the same approach we've discussed here: https://github.com/toptal/crystalball/issues/99 Also PRs are highly appreciated if you want to add support of filtering predictions.

I'm reopening this one to reflect that this feature is waiting for a contributor.

Hello @gonzalomelov . This gem was planned as set of endpoints which would correlate with devise rails controllers. So If you want to add registration endpoints to the gem you...