William Johnston

Results 13 issues of William Johnston

A patch for https://github.com/peterjmit/capistrano-copy-files/issues/3. This is untested, but it should work in principle.

It it copying from the previous release, instead of the current release. If a user deploys, the deploy fails, and then deploys again, the files are copied from the failed...

This is an attempt to port this Gem to Capistrano 3. Is this something you find useful?

Another shot at a solution for https://github.com/capistrano/rbenv/pull/58 Thoughts?

There are serious performance improvements in recent versions of Savon and Wasabi.

In an enterprise installation, you have to provide a client ID as part of the SOAP response. I subclassed it to fix the issue in my system: ```ruby class OurWorkingTriggeredSend...

Each time a request is made the the Marketing Cloud API, the WSDL is fetched, creating a significant performance hit in the case of a lot of requests. By creating...

It looks like the class starting on line 163 of `lib/new.rb` (`ET_Client`) is dead code and is overridden by `lib/marketingcloudsdk.rb` line 54. Would you please delete this and any other...

Would you be open to running the codebase through rubocop and adding that to some kind of CI? This would make it easier for people to contribute by bringing the...

Would you be open to adding CI through Travis CI?