Jan Rüegg

Results 49 comments of Jan Rüegg

No! I was talking about combining and splitting single lines without semicolon. For example changing this: assert(age >= 0, "A person's age can't be less than zero.") To this: assert(age...

```error: argument --color_one: invalid Color value: 'RED'```

Ah, I missed that, thanks a lot!

Thanks for the idea. I'm still not convinced this can be fixed with a better naming... can you give me a single example where the current behavior makes sense for...

Also, I don't want to force passing the value, I'm perfectly fine with having a default. This would be my proposal for more intuitive behavior: `water: bool = False` would...

Thanks for the comments. 1. That makes sense. I wonder what the best way of changing this would be, since that would be a breaking change and people might rely...

(In other words, always add a `--no-water` flag, which would be equivalent to `--water False`, no matter what default was set)

Exactly! Although I think I'd prefer the flag with a `-`, like `--no-debug`, instead of `--nodebug`...

@weibeld Great to know there is a way to do it. However, I still think this is not very user friendly, especially when importing rules from the Internet: These would...