Adrian Sampson

Results 1047 comments of Adrian Sampson
trafficstars

You can use `list(...)` to get a list out of a generator. For broader context, I don't think there is a built-in template that can do this "flattening" without using...

Seems like a reasonable thing to want! FWIW, the "real solution" may be #52, i.e., switching to a YAML library that has reasonable round-trip dumping built in so we don't...

Huh, that's interesting! It would be worth digging into more deeply, but at the moment, I don't have an intuition for why GStreamer might be doing this. It might require...

Thanks for the report! This sounds related to #51, although that one is in the context of WSL. I don't have a lot to offer because I don't have a...

Hello! It supports all the formats that all the backends support. So depending on your OS, you may consider installing ffmpeg or GStreamer with its full suite of plugins.

Good question! Views get combined when you ask for a specific point in the "key space." That is, when you ask for `config['uvicorn']['host'].get()`, it looks for the topmost match in...

Nope, no problems at all! That (`flatten`) does seem like the right thing if you need to get the dict out at that point.

We'd certainly be happy to add it! Pul requests would be welcome. For the time being, however, it will need to stay in a stub for Python 2 compatibility… hopefully...

Is there a way you can describe to reproduce the problem?

I'd love this! Maybe we should maintain a language-independent design document along with any progress we make on the implementation.