Adrian Sampson

Results 1026 comments of Adrian Sampson
trafficstars

Good point! Yeah, the other thing is quite a bit more exotic…

Good call! I've added a couple of tests along those lines.

Thanks for looking into this! Handling general Exceptions can make debugging hard—for example, it will even silently suppress stuff like NameError and KeyboardInterrupt. Do you know which exception was actually...

That's odd—I just ran this entry through bibble using the included template (simple.html): ``` $ bibble foo.bib simple.html ``` and it worked fine! I used Python 3.6.4 and Pybtex 0.21....

Aha! Then maybe the right solution is to use `{% if entry.fields['month'] %}` in the template?

It's on PyPI (and therefore `pip install`able) now: https://pypi.org/project/flatgfa/

Wahoo!!!! This looks great! Nice work figuring out this tricky bit of the odgi approach!!! And `-c` > 1 works too—even better! I suppose we should merge #188 first, since...

Possibly-useless thought from the commute today: for more complicated testing, we could imagine trying to use FlatGFA's Python bindings, extended to expose ops like `extract`, and then using a combination...

Hello! With apologies, this is not enough information for me to reproduce the problem or make any guesses about what may be going wrong. Maybe you could try opening up...

Good point; thanks! We don’t currently have a way exposed inside beets to determine the WavPack mode, so we’d need to build that first and then use it in that...