AbeDillon

Results 7 comments of AbeDillon

I just left huge comment [here](https://github.com/evanunderscore/defopt/issues/7#issuecomment-224830819), but here is the part that may be relevant to this enhancement: `filter_kwargs` is also pretty simple, but it relies on some of the...

I think I agree with you on `yamlize`. It provides simplicity at the expense of explicitness. It kind-of works in my use-case where any `**kwargs` are assumed to override fields...

Hi, I'm the guy you quoted on reddit for this enhancement suggestion. I just now got around to trying to implement something like this using defopt, but I've run into...

A similar approach to your proposed design could be: ``` import script widget = script.Script() # can be used for logging and config management, but separate from main def main(a,...

I've thought about this a lot more. Most of the little things I suggested like `auto_short` are bad ideas. They might be useful as utilities or something, but in general...

Sorry it took me so long to get back to you. My thought is that you don't have to make a decision about how specifically to handle *_kwargs now or...

I'll work on a branch that implements some of the things i'm talking about so it's more clear