Kevin

Results 45 comments of Kevin

Getting this same error.

I don't see a way to add JWT/Oauth/SSL cert into the auth, is it possible this is why it is failing? My app is setup to require this.

Update: I was able to get connected using Jetbrains DataGrip and using this driver: http://reliersoft.com/download/salesforce-jdbc-driver/ The only difference with this driver is that the URL is sforce:// instead of https://...

I am having the same issue, a little different though. If I do vendor/bin/behat -c behat.yml -dl, I see all the definitions. When I execute Behat in command line or...

My bad.... a very easy mistake. Here was my Feature: ``` @api Feature: Test the Fruit Form In order to prove Drupal serves up an example form asking what your...

Just tried to deploy to Acquia - docroot symlink did not work for me at all (Pro tier). It kept giving the default Acquia page when no code exists. Switching...

It is a bug because it interferes with IDE settings, requiring a user to have to go track that down, as opposed to bumping it (mentioned in that very same...

Agree. If its not necessary to running Drupal OOTB, it should be listed as require-dev at the least.

> Drupal org and get drupal-core recommended, erase .git folder of d4d and checkout drupal-core-recommended. And it won't clone becuase folder is not empty. This is not true.. you start...