-
Notifications
You must be signed in to change notification settings - Fork 307
Add Config.load_yaml_string() #707
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
Hi @Elias0419, and thanks for your contribution. I like this feature and I'm glad you included tests with it. The code looks good, although I'd like to make a few suggestions. |
belono
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that's all for now.
Feel free to discuss any of my suggestions if you disagree or if I haven't expressed my point well 👌
belono
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's been a pleasure @Elias0419 .
Very good job!! 🥇
Description
Add a new method Config.load_yaml_string() to allow loading configuration directly from a YAML string.