Daniel Gafni
Daniel Gafni
I'm sorry, my project is private. I can only share my observations... the import line that was causing the issue was an import from the "scripts" directory. The project only...
Yes! This happened to me too when I moved my .venv directory into my project dir!
Hi @tiangolo ! I have the same issue. `typer-cli` can't be installed with an up to date `typer` version.
I’ll try to get the other contributors attention… @juanmapf97 @ovezovs 🙏
Hey, I might be interested in working on this. What do you think?
Do you think we should support a separate `theme.toml` file for easier themes management & sharing?
I'm thinking to introduce a new top-level struct: `ConfigsCollection` for this purpose. The old top-level `Config` would be one of it's fields. Another field would be `Theme`. Is this the...
So you want to have the `theme` section in the main config and override it from a `theme.toml` file if it exists?
Hey! 1. Which parameters do we want to include into `theme.toml`? For now I'm only including colors and modifiers. 2. Should we keep the old parameters? If so, what is...
Where is the `${var}` interpolation functionality you are describing coming from? I don't think Serde has such a feature. Are you suggesting to implement it in `config.rs` or am I...