Andrew Volozhanin

Results 4 issues of Andrew Volozhanin

I'm trying to create new key in my Azure KeyVault and I keep getting the same NameError: ``` > client = Azure::KeyVault::Profiles::Latest::Client.new(options) > client.create_key("https://secret.vault.azure.net/", "Testkey", "RSA-HSM") NameError: uninitialized constant Azure::KeyVault::V7_0::KeyVaultClient::KeyCreateParameters...

KeyVault
customer-reported

Could you push a new version to rubygems? I'm using `archiver` options from PR#8 and I have to use github master version for now.

It seems to be missing module definition in compiled and minified version. Therefore I can't import it using `import Custombox from 'custombox'`. Requiring custombox.ts with ts-loader brought a lot of...

This PR fixes a regression that I noticed in `ActiveRecord::Base#as_json` return value. ### Description If you enable `attribute_methods` plugin, mobility patches `ActiveRecord::Base#attributes` method to include translated attributes as wekk. The...