Ruslan Mukhametshin

Results 18 comments of Ruslan Mukhametshin
trafficstars

Yes, thank you! As indicated there, this can be done from the CLI, but there are cases when it is inconvenient to specify arguments from the CLI, for example, if...

@mauvilsa Are there going to be any updates in the near future? I'm particularly interested in supporting `pydantic.BaseModel`, as above workarounds do not work for it

Yes, but if I try to run a command with arguments, it won't recognize them and exit, and the only way to show a message about installing additional packages, as...

@dokempf Great job! I will then follow your example, thank you!

@lyz-code How can I avoid formatting list items? For example: ```Yaml build: stage: build before_script: - *docker_login script: - DOCKER_BUILDKIT=1 docker build . --cache-from $CI_REGISTRY_IMAGE:latest --platform=linux/amd64 --network=host --progress=plain --tag $CI_REGISTRY_IMAGE:$CI_COMMIT_SHORT_SHA...

Oh, cool, thank you! Would it be possible to make `CLI` ignore extra values in configs?

Thank you, that works, but I guess, it's still would be nice to have this feature, because users may want to change their config file location without updating the code....

Are there any updates on this? The documentation is highly misleading and forces to dig into source code. At least let update the documentation