Casey Mulcahy
Casey Mulcahy
Thanks for the link. I started developing the v2 version using the library I linked in my previous comment, but it's probably worth looking at both to see which would...
dropbox_api seems to be the better choice, since dropbox-sdk-ruby is notably missing support for the file-sharing endpoints.
And Ctrl+Home to go to the beginning, of course.
FWIW, incrementing/decrementing edo notes like this can be implemented in a keymap as: ``` # replace 12 with whatever edo you're in Ctrl+F1, , *-1\12 Ctrl+F2, , *1\12 ``` The...
Select multiple tracks to play chords. This works for keyjazzing and note entry. For convenience it might be still a good idea to let more tracks be pulled in automatically...
Hey there. I'm thinking of implementing this. Is there anything else that should be logged besides file transfers and their associated information?
As I understand it, the problem was probably introduced by my solution to issue #2, which was to start using Dropbox's `ChunkedUploader` API and automatically resume when the API returns...
Wow! I didn't even think about the progress going to a file. I'll definitely add a `-q` option as well.
Yes, that would be the natural way to impelement it in this codebase.
Working on a fix, but I'm no longer convinced that the problem is in my code. If I turn off my network interface while doing a chunked upload, it doesn't...