Bartosz Sławecki
Bartosz Sławecki
### Use case A config route that supports type-safety and runtime validation. If we have ```py class ConfItem(BaseConfiguration): pair: tuple[int, int] class Conf(BaseConfiguration): item: ConfItem ``` then instead of writing...
### Use case [`config.yml`] ```yaml foo: # a comment bar: 5 biz: baz: 10 ``` ```shell > configzen foo.bar # automatically detect it's about config.yml` 5 ``` ```shell > configzen...
### Describe the use case of a new functionality I wish I really didn't have to. ### Example Use Does not apply ### Additional context https://docs.pydantic.dev/latest/migration/
### Describe the use case of a new functionality Easily change settings just from process arguments. There's probably something like that in Hydra, unsure. ### Example Use ```py from configzen...
### Describe the use case of a new functionality Software without unit tests is like a child without shoes. Prone to pain. ### Example Use (Does not apply) ### Additional...
### Describe the use case of a new functionality One of the reasons for the creation of _configzen_ was its scope management usefulness. For example when modifying the settings through...
### Describe the use case of a new functionality I guess save config on every assignment/update(). Not sure how that could look like yet, especially in the asynchronous environment where...
# Hey, I just made a Pull Request! ## Description Quoted `interrogate[png]` in `pip install interrogate[png]`. ## Motivation and Context In Z shell, square brackets trigger pattern matching. That may...
I'd rather lean towards reusing `textual_dev.__version__` but it seems invalid.