Ali Tlekbai
Ali Tlekbai
Would be nice to have a time control feature - it could be without real time ticking, leaving time counting outside. Main purpose, to have a command to interrupt the...
I have noticed that there are missing tests for the `internal/hooks/requests.go`. I have written the tests according to `hook_test.go`. Code coverage is 100%.
I added Input/Output tests and executed command `go run main.go`. During the test `autograding` shows ``` build cache is required, but could not be located: GOCACHE is not defined and...
Статья ["Начало работы с Terraform"](https://yandex.cloud/ru-kz/docs/tutorials/infrastructure-management/terraform-quickstart#configure-provider) для Yandex Cloud Казахстан содержит код для начала конфигурационного правила: ```hcl provider "yandex" { zone = "" endpoint = "api.yandexcloud.kz:443" } ``` Однако такого изначального...