Andreas Heumaier
Andreas Heumaier
In Module[ Azure::Consumption::Mgmt the class UsageDetail](https://github.com/Azure/azure-sdk-for-ruby/blob/master/management/azure_mgmt_consumption/lib/2018-06-30/generated/azure_mgmt_consumption/models/usage_detail.rb) uses an _Integer class_ for attribute :pretax_cost. This results in values of 0 - while most of the values are in the form _Float_...
```bash ruby -w -e 'require "azure_mgmt_compute"' /var/lib/gems/2.5.0/gems/ms_rest-0.7.2/lib/ms_rest/http_operation_error.rb:66: warning: assigned but unused variable - ex /usr/lib/ruby/2.5.0/rubygems/core_ext/kernel_require.rb:70: warning: loading in progress, circular require considered harmful - /var/lib/gems/2.5.0/gems/azure_mgmt_compute-0.18.0/lib/azure_mgmt_compute.rb from -e:1:in `' from /usr/lib/ruby/2.5.0/rubygems/core_ext/kernel_require.rb:39:in...
Hi Prasun, Validating locally installed RbCuda gem with `rake pry` as documented gives `rbcuda.so: undefined symbol: rb_nmatrix_dense_create`. ``` shell rake --trace pry ** Invoke pry (first_time) ** Execute pry pry...
**Is your feature request related to a problem? Please describe.** Azure suport Inspec-iggy is very basic and insuffcient maintainted. **Describe the solution you'd like** I offer support maintaining this repo...
Using a current CentOS 7.3 Box with Epel installed NodeJS 6.11.1 give me this folloung the write up ... ``` [aheumaier@CentosDemo NorthwindNode]$ migrate up up : 1422219657037-add-categories.js /home/aheumaier/NorthwindNode/migrations/1422219657037-add-categories.js:29 if (response.statusCode...
1:) Epel install of Nodejs 6.11.1 is broken by removed http-parser package in Epel itself Can be reinstalled here : https://kojipkgs.fedoraproject.org/packages/http-parser/2.7.1/3.el7/x86_64/ 2:) Using NodeJS 7.x breaks application server.js with: ```...
Any chance to mark this repo as unsupported or obsolete to avoid confusion between this one and [fog-azure-arm](https://github.com/fog/fog-azure-rm) ?