Pascal van Kooten
Pascal van Kooten
I was considering doing something for a gradual change, but indeed in my experience it felt smooth already. So it makes sense what you said! Maybe you could clone and...
Also, what kind of config are you thinking? I haven't yet felt a need to use config. Note that it goes against the ideals but if they are good features...
@xorgy @intika It's better to make new issues for specific issues, though obviously any feedback is appreciated. @intika Replying to: > In practical usage i found that brightml act too...
Maybe indeed the way it was done is the better way then? Also searching for the illuminance channel? I guess it should be scanned for only in an "__init__" though.
I cannot reproduce. After deleting ~/.brightml it still works for me. Changing brightness and changing window in any order works for me without errors. Could you delete ~/.brightml and restart...
Awesome! Please let me know if you find it usable on a day to day basis!
Regarding 2): So for example, imagine a cli called `tool` We start implementing a function `sell` in a module called `products.py`. Then we can call it like: `tool sell` Now...
Encountered a few examples that made module-based auto-generation kinda awkward. Eventually ended up wanting to stuff a lot of a single module, which got crowded. So then would create a...
Currently it is possible to use both syntaxes: ```python @cli ``` and ```python @cli("group_name") ```
I had a go at this and optional args for the decorator in combination with all the dynamic stuff + argparse is hell... I haven't been able to get it...