Eugene

Results 16 issues of Eugene

Added a link to the "Send ICQ Message" action to _Notifications and Messages_ section: - [Repository](https://github.com/fabasoad/icq-notify-action) - [Marketplace](https://github.com/marketplace/actions/icq-notify) This GitHub action sends a message to ICQ personal chat or group...

Added a link to the "Setup Wren" action to _Build_ section: - [Repository](https://github.com/fabasoad/setup-wren-action) - [Marketplace](https://github.com/marketplace/actions/setup-wren-cli) This GitHub action sets up Wren - programming language.

Added a link to the "Setup Shakespeare" action to _Build_ section: - [Repository](https://github.com/fabasoad/setup-shakespeare-action) - [Marketplace](https://github.com/marketplace/actions/setup-shakespeare) This GitHub action sets up Shakespeare - programming language.

Added a link to the "Setup LOLCODE" action to _Build_ section: - [Repository](https://github.com/fabasoad/setup-lolcode-action) - [Marketplace](https://github.com/marketplace/actions/setup-lolcode) This GitHub action sets up LOLCODE - programming language.

Added a link to the "Setup Umka" action to _Build_ section: - [Repository](https://github.com/fabasoad/setup-umka-action) - [Marketplace](https://github.com/marketplace/actions/setup-umka) This GitHub action sets up Umka - programming language.

Added a link to the "Setup Kitten" action to _Build_ section: - [Repository](https://github.com/fabasoad/setup-kitten-action) - [Marketplace](https://github.com/marketplace/actions/setup-kitten) This GitHub action sets up Kitten - programming language.

**Problem** In helm chart there are multiple parameters in related to connection to DB: `db_uri`, `db_host`, `db_port`, `db_user`, `db_password`. In these parameters `db_uri` takes precedense, means that if `db_uri` is...

**Reasoning** Some of the companies have strict rules in terms of downloading binaries from external storages. In this case `jar` file is downloaded from external storage which is prohibited in...

**Configuration A:** ```yaml - repo: https://github.com/kintoandar/pre-commit rev: v2.1.2 hooks: - id: terraform_validate ``` **Steps to reproduce:** 1. Define configuration A 2. Run `pre-commit run terraform_validate --all-files` **Expected:** `terraform_validate` should pass...

Configuration A: ```yaml - repo: https://github.com/kintoandar/pre-commit rev: v2.1.2 hooks: - id: terraform_validate ``` **Steps to reproduce:** 1. Define configuration A 2. Run `pre-commit run terraform_validate --all-files` **Expected:** `terraform_validate` should pass...