Jared Smartt
Jared Smartt
**Library:** azure_mgmt_cost_management **Version:** 0.17.1 (latest) Azure::CostManagement::Mgmt::Models::QueryResult (and likely other versions) are trying to deserialize a single `value` property, which does not exist in the response, so the result is an...
Initializing new instances of models is a bit of a pain right now without the option to pass any attributes at initialization time. Using `#tap` to set attributes as shown...
This PR adds the ability to set the message on a per-form basis, for the case that you have multiple forms you want checked. For example: ``` javascript $('form.class1').areYouSure( {'message':...
I'm trying to apply a class to my x-axis annotation label which contains `cursor: pointer`. I can successfully set the `label.style.cssClass` property like so: ```javascript annotations: { xaxis: [ {...
### Scenario/Intent Make this cookbook support Chef 13+ ### Environment Details - **iLO Cookbook Version:** 1.4.0 - **iLO Appliance Type:** All - **iLO Firmware Version:** All - **chef-client Version:** 13...
### Description Update tests to match an available fauxhai redhat version. ### Issues Resolved none ### Check List - [x] All tests pass (`$ rake test`).
**Is your feature request related to a problem? Please describe.** I'd like to be able to customize the logging behavior when a task's retries are exhausted. The log message is...
It looks like [since version 1.34.0](https://spinnaker.io/changelogs/1.34.0-changelog/#breaking-change-springfox-300), the Swagger docs page has moved from `/swagger-ui.html` to `/swagger-ui/index.html`. This took quite a bit of time to figure out, as there is not...