Alexey Zapparov
Alexey Zapparov
If a method/property defined on `unexisting` namespace, it should be automagically created. USE CASE: documenting `nodeca.shared.blogs.do_somthing()` requries both `shared` and `shared.blogs` to be explicitly defined (to correctly build menu and...
Using this gem causes warnings: ``` ***/gems/lob-6.0.5/lib/openapi_client/models/bank_account.rb:260: warning: character class has '-' without escape ***/gems/lob-6.0.5/lib/openapi_client/models/bank_account.rb:296: warning: character class has '-' without escape ***/gems/lob-6.0.5/lib/openapi_client/models/bank_account.rb:395: warning: character class has '-' without escape...
### What happened? Attempt to create application autoscaling ScalingPolicy fails with: ``` error: creating resource: reading resource state: operation error CloudControl: GetResource, https response error StatusCode: 400, RequestID: ***, ResourceNotFoundException:...
### What happened? When I change launch template, ASG update fails: ``` operation UPDATE failed with "InvalidRequest": To describe the launch template data for all your launch templates, for ‘--versions’...
### What happened? Results are unpredictable, and may break the configuration with each run. After running Pulumi application it may create some security group rules, may create some that are...
### Changelog - Fix regression in `SemanticLogger::Appenders#close` ### Description of changes Backported (from v5) changes to `#close` track list of closed appenders. Unfortunately, the variable name used for tracking is...
`Sentry.session_flusher` is `nil`-able. And under some circumstances (which I still can't figure out) in specs it's `nil` causing our spec suite randomly (but as of recent, pretty all the time)...
### What happened? When S3 Bucket resource imported can't be refreshed. Attempt to refresh - cause them to be marked for replacement. ### Example You can reproduce this with a...
This allows using `Literal::Data` (and its friends) like so: ``` ruby class Person < Literal::Data prop :first_name, String prop :last_name, String end john = Person.new(first_name: "John", last_name: "Doe") jane =...