Dom Barnes

Results 10 comments of Dom Barnes

You need to give more info. What aspects are you integrating. Do you want to sync info to your DB and sync changes back up? Your question is a bit...

IIRC you can't add parameters in that way. They are generated when you set other fields. If you breakpoint your code before calling the search, you'll see that your parameters...

Given how often some developers restart their computers (monthly for some?) it may be worth doing a max size cycle or daily?

I *think* its being caused by this change in the oauth2 gem https://github.com/oauth-xx/oauth2/pull/621/files#diff-b665e6fc2096be34f9c5e92cb0f38eb3a229da37ed4da92487f0a834eb6ae336R53 as [per discussion](https://github.com/oauth-xx/oauth2/issues/623) At least reverting the version in my gemfile to 2.0.5 gets passed this error.

After a lot of testing I found a solution to my issue, but not entirely sure of the cause. I think it was a combination of rack middleware misconfiguring, and...

Thanks for doing this. Using this in my project now 😄

I’ve actually hit issues now with android 7.1.- and lower devices now not trusting my certificates. Not yet sure why it’s happened ahead of September.

Be great to see this change included. May have to do the extension myself until it does.

I had to set `set :rbenv_prefix, "RBENV_ROOT=#{fetch(:rbenv_path)} RBENV_VERSION=#{fetch(:rbenv_ruby)} /usr/local/bin/rbenv exec" ` in my deploy.rb - this way its not tied to a version specific rbenv, if Homebrew updates it