Elan Ruusamäe
Elan Ruusamäe
### Describe the Feature There's no "tags" in record: - https://github.com/cloudposse/terraform-cloudflare-zone/blob/3073cc39498d44ec44f023ffe1ec8d03d664ebf7/main.tf#L34-L44 ### Extra Also, I tried to pass context.tags via atmos config, and then it totally blew up ```yml components:...
## Description If editing the file, and enabling only sub key under some section, and not enabling top level key leads to an error. This may help some unexperienced users...
## Description Similarly to https://github.com/pkkid/python-plexapi/pull/1335, add `librarySectionTitle`, this is present on local playlist entries. The `source` attribute should be on - [x] Movie - [x] Episode - [x] Track -...
- PHPMD version: 2.15.0 - PHP Version: 8.2.24 - Installation type: composer - Operating System / Distribution & Version: macOS Sonoma 14.7 ### Current Behavior I'm trying to use `DuplicatedArrayKey`...
- PHPMD version: 2.15.0 - PHP Version: 8.2.24 - Installation type: composer - Operating System / Distribution & Version: macOS Sonoma 14.7 ### Current Behavior Second problem from https://github.com/phpmd/phpmd/issues/1214 issue...
- PHPMD version: 2.15.0 - PHP Version: Irrelevant - Installation type: phar file - Operating System / Distribution & Version: Irrelevant ### Current Behavior Brew package downloaded from https://github.com/phpmd/phpmd/releases/download/2.15.0/phpmd.phar doesn't...
The [niquests] project has caught my attention lately, mostly due API compatibility with `requests` and support for async code. [niquests]: [niquests](https://github.com/jawah/niquests) Since my project entrypoint is not really `requests`, but...
## what ``` ❯ tf plan ╷ │ Error: Missing attribute separator │ │ on main.tf line 41, in module "rds_instance": │ 41: { name = "myisam_sort_buffer_size" value = "1048576"...
### Description `eb deploy` suggests to use `eb events` and also `--timeout`, and using so, gives error, as such option does not exist: ``` ❯ eb deploy .... ERROR: TimeoutError...
### Description Created new eb environment and tried to ssh to it with `eb ssh`, it said it's not running try `eb health`, but that gave exception. > Elastic Beanstalk...