Alexander Zagaynov
Alexander Zagaynov
Fixes #78 https://github.com/savonrb/nori/pull/64 introduced a confusing error "undefined method" on malformed xmls. This change reraise this error with the proper class and message.
## Problem description CentOS Stream 9 doesn't install `irb` gem together with `ruby` package, which leads to the impossibility to run rails console commands, even if I prefer to use...
Instances details are currently hard-coded in the https://github.com/ManageIQ/manageiq-providers-amazon/blob/master/app/models/manageiq/providers/amazon/instance_types.rb#L12 file. We can get them (either dynamically or at build time) following the Amazon's Price List API instruction: https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/using-ppslong.html P.S. It can...
I'm trying to run `bundle exec karafka-web install` while using "Serverless" Redpanda's Cloud ([link](https://www.redpanda.com/redpanda-cloud/serverless)). But getting a _(vague)_ error: **karafka-rdkafka-0.17.6/lib/rdkafka/error.rb:86:in `validate!': Broker: Configuration is invalid (invalid_config) (Rdkafka::RdkafkaError)** After some _puts_...