Clemens Winter

Results 34 comments of Clemens Winter
trafficstars

Ha, nice to see some people are still using CodeCraft 😄 I'll take a look later, shouldn't be that hard to fix. When you say the crafts don't do anything...

You can make this work by using a MyPy type annotation: ``` from typing import List @dataclass class Config: names: List[str] = ... ``` HyperState should probably either support `list`...

> And I also want to know what is the purpose for materialize_type? Is there any keywords to learn about this programming paradigm? Basically, `materialize_type` will create a Python object...

Yes, if you run e.g. the example script with `--help` it will show usage help: ``` ⋊> ~/s/hyperstate on main ◦ poetry run python examples/basic_config/main.py --help 06:53:36 usage: main.py [-h]...