Joshua Crowgey

Results 55 comments of Joshua Crowgey

I believe you, but I'm not seeing this behavior (at least with a naive repro attempt): ```shell $ gcalcli add Title: x Location: a place When: tomorrow Duration (minutes): 120...

You want to switch to python3. See #481. If you can pull from master, in theory this patch f6f181d fixed issues with importing get_terminal_size. A couple of further notes: 1)...

@ricorico94 f6f181d3 was merged to master, so you shouldn't have to clone the bugfix branch. In general, installing with pip(3) is preferred these days. Since f6f181d3 has not yet been...

Sounds like a nice feature. I don't think we have any support for recurring at this point.

Can you try v4.2.0 (just released to pypi last week)? That release addressed some issues with how you specify a calendar. I'd like to find out how this affects your...

When you use 4.2.0 and you see the prompt to pick a calendar when you use `add`, does the string "Personal" appear in your calendar prompt? Would you mind posting...

Well, a least a prompt to pick is better than the crash. Still, as your report suggests, setting the default calendar ought to work. Thank you for the report.

Happy birthday! :) Maybe adding ```--details=all``` would help shed some light on what is going on here. Also, can you report which version of gcalcli you're using?

Ha, I wish that was more obvious than it is! Here's a first test: ``` $ gcalcli agenda No Events Found... $ gcalcli add --when=tomorrow Title: test Location: anywhere Duration...

I don't expect CI to succeed until https://github.com/pyca/cryptography/pull/4174 is merged into cryptography.