Konrad Zagozda

Results 5 issues of Konrad Zagozda

Link redirects to docker main page Maybe this is better? https://docs.mirantis.com/mke/3.4/ops/administer-cluster/join-nodes/use-a-load-balancer.html

link redirects to main page: https://training.mirantis.com/ possible replacements: - https://docs.docker.com/engine/reference/commandline/logs/ - https://docs.docker.com/config/daemon/logs/

Hello, It'd be beneficial to include py.typed mark in the library since it's already typed. mypy complains about mark missing and ignores type checking for library when it's missing

### Terraform Version ```shell 1.9.7 ``` ### Terraform Configuration Files ```terraform variable "unused_variable" { description = "This variable is not used in the configuration" type = string default = "unused"...

bug
core

I have file with test sth.tftest.hcl: ``` run "test_nothing" { command = plan } ``` I attempt to convert it to json: and i get: ``` { "run": { "test_nothing":...