Carl Thomé
Carl Thomé
I think for my uses it might be fine to just consume the entire pipe before sending it to Mido. E.g. ```python with tempfile.NamedTemporaryFile('wb') as f: f.write(infile.read()) f.seek(0) midi =...
Any updates on this? Is it possible to automate `pipenv sync --dev` when Pipfile.lock changes upon doing a git checkout?
Can add to this that we have been able to access the audio data itself, and it's really just used splits we're looking for. Curiously, the total number doesn't add...
@yiyiyi0817 don't know about those files specifically (@codyhesse and @SebastianLoef might know more), but we believe the splits used in CLMR were the ones by @keunwoochoi over in https://github.com/keunwoochoi/MSD_split_for_tagging at...
Getting this with Home Manager currently over in http://github.com/carlthome/dotfiles - is there some quick workaround that does not involve disabling the sandbox?
Would be nice to see this merged!
Status on this fix? This is a blocker for being able to run tests when building a source distribution so would love to see this merged to `main`.
Hmm, how could I get a review on this? Ping @rabitt, @magdalenafuentes do you have time to spare?
Think this is ready to go now but technically this is a user breaking change so I'm a bit worried and would like some guidance on how to land this.
Any updates on this?