Dr Nic Williams

Results 145 issues of Dr Nic Williams

**What's the user value of this feature request?** Currently in `cf7 push`(and the legacy `cf6 push`) a user can modify the buildpacks of the app, and a range of other...

enhancement
unscheduled
v7

Last release was Dec 2019 https://github.com/collectiveidea/interactor/blob/master/CHANGELOG.md#312--2019-12-29 Possible to cut 3.2.0?

Currently, `lib/authorize_net/api/LogHelper.rb` loads `./LogConfig.yml` and uses `filepath` to get the target file name for storing logs. Could we also support configuration to setup logs to `$stdout` or `$stderr`?

`Faraday` supports logging of responses but annoyingly this can only be configured at the time of constructing the `Faraday.new` instance, and `Adyen::Client` locks this initialization inside `call_adyen_api` method. This PR...