Andreas Heumaier
Andreas Heumaier
``` bundle show Gems included by the bundle: * backports (3.11.3) * bundler (1.16.2) * coderay (1.1.2) * method_source (0.9.0) * minitest (5.11.3) * narray (0.6.1.2) * nmatrix (0.2.4) *...
Debuggin the extconf.rb on build with -Wl --no-undefined got me : ``` (...) checking for nmatrix.h... no Cannot locate NMatrix header files : nmatrix.h (...) ``` `abort "Cannot locate NMatrix...
@mattray I forked the codebase so far and made smaller fixes on : - code to support medium complex azure TF samples - code to support TF plan files( own...
Any updates here ? On inspec-iggy-0.8.0 it seems generating empty profile on having just on azure resourcegroup resource : ```bash src$ inspec terraform generate --tfstate terraform.tfstate -n demo_azure_profile --platform azure...
While working on a PR for Docker backend we skip touching the `run()` signature since this inherited from `class BaseBackend:` and means updating all child class signatures too. We think...
@philpep We are using testinfra in a customer setup where we use mixed `docker` + `windows` containers. We would happily provide a `windowscontainer` backend tackling `run` command and `file` issues.
Azure Service Management support will be retired on June 30, 2018. After that, Azure App Service resource management will be supported only through Azure Resource Manager. https://azure.microsoft.com/en-us/updates/deprecating-service-management-apis-support-for-azure-app-service/ So it makes...
Thanks @jeffmendoza. Are you still involved in fog-azure-rm or fog?
Use ``` require 'fog/azure' ``` to load internal lib
@filipeperdigaosousa Sounds sane for me . Would you provide a PR ? @bilal-naeem-confiz comments?