Adrian Sampson

Results 1048 comments of Adrian Sampson
trafficstars

Great; thank you for investigating! It looks like there's still something we can improve, however: we could help diagnose this by distinguishing between a case where the audio file isn't...

Hi! Yeah, I have often thought this as well. I'm certainly interested in exploring it if anyone wants to drive the effort—as you say, the primary challenge will be avoiding...

Sure. But on the other side of the argument, this will make some aspects of development worse—for example, if you make a typo like `config.foo.as_sstr()`, the error message will be...

Oh yeah!! I had forgotten that we had that very nifty `AttrDict` trick in the output. Maybe we need to document that better…

Yeah, it's the right thing for many use cases. One of the original sparks for the design of the library was that we could allow validation at different granularities: individual...

Cool; happy to accept a PR if anyone wants to write these.

Hi! I am not quite able to understand what you're proposing here… maybe you could consider putting together a PR showing what you're suggesting?

Hello! What would a "template dict" look like? Would all the values be missing? I'm not 100% clear on how this would work.

Aha! To directly answer your question, no, we don't currently have anything like that. It actually seems pretty hard to do, because the resulting value-less config file isn't valid YAML—so...

Interesting! Thanks for looking into this. Would you mind adding some tests to specify the behavior you're going for here?