Mike Campbell
Mike Campbell
do we know is it just the ruby 2.3.x or will it happen also for later rubies? just curious if upgrading ruby will resolve this, as I don't particularly want...
same issue here when trying to add this package to rails-asset.org :)
@musybite I wonder if this will be merged & released?
to expand on this a little; the `# if tenant is set (instance is not global) and records can be global - validating within records with blank tenant` validation query...
same is true of the labelSelector. works as expected with `name: test-object` as the target, though.
i'm experiencing this as well, since upgrading from rails 4.2 to 5.1. however, for me it's only intermittent. i'm updating the model in the test suite's `setup`; sometimes the observer...
i seemed to fix this by moving the setup.py up a directory to ./spearmint, and editing the packages line in setup.py to: ``` packages=['spearmint', 'spearmint.driver', 'spearmint.chooser'], ```
the httpi gem which we use supports proxying, just at the moment there isn't a way to pass the options through. I'll release a new version in the next few...
been busy. will take a look this week :).
rightio, this should be possible now with 3b28053e4fd426786a3e9526a7151b4ceab481f3. you can pass any options that HTTPI's Request initializer accepts (http://httpirb.com/#options) as the 2nd parameter to `Betfair::Client` initialization, for example `proxy`: ```...