Joel

Results 347 comments of Joel

Sorry @ElenaKhaustova I've my thoughts on the other conversation. I got confused in which notification I was responding to.

I think a powerful OmegaConf resolver would be really useful... ```yaml "${credentials: sql_user}" ``` The dumbest version of this is something like this, but it could be way more useful:...

Agree on the labelling, but aren't you extending rather than breaking this?

I like `to_yaml()` and `from_yaml()` personally. - It would be nice if we preserved comments and the way the user organised their files before. I appreciate this increases complexity -...

for this sort of error we could use [pyperclip](https://pypi.org/project/pyperclip/) which pandas includes to make `pd.DataFrame.to_clipboard()` possible...

I wonder if we can invoke cookiecutter via `pipx` it's literally only needed once

One last idea - `pip` vendors certain tools (like `rich`) so there is no risk of conflicts. Maybe that's what we need to do here? https://github.com/pypa/pip/tree/main/src/pip/_vendor

Fully agree! for linting too, maybe even kedro-viz