Alek Slater

Results 60 comments of Alek Slater

I had a quick look at it myself, if I try something like: ``` osascript -e 'tell application "Messages" to send "This is a message" to buddy "Alek Slater"' ```...

I'll keep playing with it to see if I can find a command that works. My knowledge of osascript and ruby are very limited though. Is there a way to...

Wow, excellent, always wondered how people somehow knew what to tell applications to do.

@olalid They are working on re-introducing Observation 62 (it was accidentally removed when they moved to a new way of storing schedules on the chargers). Should be possible with a...

Pausing sets the dynamic charger current to 0 , hence why you get max_dynamic_charger_current_too_low, totally fine. Any property with "dynamic" in it, is safe because its stored in volatile memory,...

Same here in my iPad project (iOS 7.1)

I think this is actually CocoaPod specific, because when I replaced the pod with the code from this repo (commenting out 'iOS-Rich-Text-Editor' and including 'WEPopover') the toolbar appeared correctly.

v2 has upload_session_start / upload_session_append / upload_session_finish, but its not exactly for this use-case I don't think. Besides there's still no progress update mechanism for download, so would certainly be...

@cakoose thanks for the workaround, I'll take a look at doing that for now.