Astrid
Astrid
I think (and forgive me if I am being presumptuous) MIDI support in this day and age would just be bloat. They aren't guaranteed to sound the same on different...
DecSync CC has now started crashing repeatedly whenever something changes in my tasks database. I assume it's related to the above error. ~~Commenting now to remind myself to try and...
After deleting the extra files, DecSync CC stops crashing and behaves itself until something changes in the tasks database again. I'd had no issues after about a week of not...
As a recommendation, [js-uri](http://code.google.com/p/js-uri/) seems to handle URIs pretty competently.
Quick fix for the crash. Just change that line to this: ```lua -- Update the delegate window. if delegate then delegate.reposition(1, 1, sizeX, sizeY) end ``` Haven't investigated the other...
Would it be possible to be a little rude and say that rwfus "owns" /etc/pacman.conf and re-inject a freshly generated `IgnorePkg` into a clean copy of the file before each...
Gotcha. the /etc overlay doesn't belong to rwfus, then? That makes sense. Yeah, I'm not sure what else I'd have for this, but I'll let you know if I have...
There doesn't seem to be a way other than putting the `item.*` name in the CSV. I've been looking around for some way to map them easily, but the order...
I second this—sounds like a useful feature. I actually found myself wishing for something similar.
I've got a local promise-based asynchronous version using [Q](/kriskowal/q), but it'd take a little finagling to let it share the same implementation with the synchronous version. I don't think A\*...