Adrian Sampson
Adrian Sampson
Great. Let's keep an open mind, but for the moment, I'm willing to believe we're better off arbitrary without deep overlays like that.
Yes, sounds great! I'm adding you as a collaborator. Let's start work in a new branch. That way, we can prototype tests and pieces of the implementation before the API...
OK, here's one slightly more concrete example of fine-grained overriding. If instead you have a section for configuring the "server" component of your application: ``` server: host: 0.0.0.0 port: 8337...
Aha, sounds interesting! Sounds like a good approach. I'm also interested to play around with this kind of aliasing to see how it works with modularity too—for example, can it...
Can you please include your full code and the full error message? Otherwise, it's pretty hard to see what's going on here.
Sorry, but this isn’t really enough information to tell what’s going wrong. Please include the full traceback.
Can you provide any way to reproduce this problem? With just a context-free warning message like this, it's impossible to tell what's going on.
Hmm… I notice you're using the library via librosa, not directly. It seems like there's a strong chance this could be a bug in librosa itself, not in audioread, if...
Thanks for narrowing that down! It's odd, though—I ran your code verbatim, and it runs without a warning: ``` $ python3 -m unittest test.Foo.test_bar before read read . ---------------------------------------------------------------------- Ran...
Got it; thanks! I was actually able to reproduce this by forcing my system to use the FFmpeg backend. But these things are actually super hard to debug, and it...