Dmytro Zavalkin

Results 5 issues of Dmytro Zavalkin

*cfn-lint version: 0.59.0* `cfn-lint` produces an error when [conditional `OptionConfigurations` attribute of `AWS::RDS::OptionGroup` resource](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html) is missing ``` E3003 Property OptionConfigurations missing at Resources/DatabaseOptionGroup/Properties ``` *Description of issue.* For some reason...

spec

We still observe this issue with the following `ingress-nginx` version: ``` bash-5.1$ /nginx-ingress-controller --version ------------------------------------------------------------------------------- NGINX Ingress controller Release: v0.47.0 Build: 7201e37633485d1f14dbe9cd7b22dd380df00a07 Repository: https://github.com/kubernetes/ingress-nginx nginx version: nginx/1.20.1 ``` Steps to...

kind/bug
priority/backlog
lifecycle/rotten
triage/accepted

### Terraform Version and Provider Version TF version: 0.14.5 Provider version: 0.4.3 (latest as of time of writing) ### Expected Behavior Non-ASCII characters (german umlauts in my case) in user...

bug

Here one guy implemented serialization for Judy::INT_TO_INT: http://habrahabr.ru/sandbox/48527/. Is it possible to have the same for other types?

See FS classmap generator from m2: https://github.com/magento/magento2/blob/master/dev/tools/classmap/fs_generator.php. The idea is to not cache on the fly but just generate class path cache one time after the deploy. I don't think...

enhancement
question