Adrian Sampson

Results 1039 comments of Adrian Sampson
trafficstars

Hello! I think the reason this is confusing is that this is not really a feature that Confuse has… it can format the "combined" configuration as a user-visible YAML file,...

Wow! That’s a pretty crazy problem. Perhaps what’s most maddening is that it only occurs inside of the pyacoustid setup. Has it really been impossible to reproduce while just invoking...

Hi! It looks like this error happens in librosa code, not in audioread code. So I'm not sure we can do anything about it… do you have more information that...

Got it; thanks for clarifying. It seems like there are two independent things to be done: * We can figure out why audioread is reporting a zero sample rate. *...

That's a good question. In my experience, mutating configurations—for the purposes of lazy loading, overlaying with command-line flags, etc.—is the source of many frustrating bugs, so it would be great...

Yes, composition seems essential. In the current Confit, this works using mutation: `RootConfig.add()` pushes a `bottom` data source onto a stack, and `RootConfig.set()` puts a `top` on the opposite end...

Hi! Seems generally useful, but perhaps somewhat tricky to explain exactly what's going on. Removing entire sources seems like it could have somewhat unpredictable effects on the data model. Removing...

Aha, interesting. Any guesses what the "red flag" is that we should look for? "Error decoding stream...?"

A actually gave this a try and, despite all the warnings, it looks like FFmpeg (on my system, at least) successfully decodes the file. (I tested using the decode.py script...

Sorry; there’s not much we can do to help without more details about exactly what’s going on with the invocation of this library and about your system setup. You might...