Marek Závacký

Results 7 issues of Marek Závacký

**Describe the bug** Bug is related to **transloco** pipe https://ngneat.github.io/transloco/docs/translation-in-the-template/#pipe usage. If there is directly pipe after translation key, it works: ``` {{ 'home' | transloco }} ``` but if...

bug

https://github.com/lokalise/i18n-ally/issues/683

There is a [guide](https://docs.sonarqube.org/latest/analysis/scan/sonarscanner) how to run container as a non-root user also with warning regarding file permisions. But when running docker container as non-root user with custom self-signed certificates:...

There is the [guide](https://docs.sonarqube.org/latest/analysis/scan/sonarscanner/) about using self-signed certificates. When one runs provided command: ```` docker run \ --rm \ -v ${YOUR_CERTS_DIR}/cacerts:/tmp/cacerts \ -v ${YOUR_REPO}:/usr/src \ -e SONAR_HOST_URL="http://${SONARQUBE_URL}" \ sonarsource/sonar-scanner-cli ````...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe Please add support...

enhancement
PRs welcome

Please add support for `NO_COLOR` environment variable https://no-color.org/ to disable colorful output after compression is done in console. Useful for CI environments. Currently there are hardcoded colors in source code:...