David Barnett

Results 409 comments of David Barnett

FYI the check failures are just some unused imports and long lines the linter wants you to fix.

Hmm, did you try the `--noauth_local_server` option on 4.5? That should walk you through headless setup. I guess I could add a placeholder `--noauth_local_webserver` back as well that does the...

I guess as far as docs go, one piece that probably needs an overhaul is the stuff in the README about env vars like `http_proxy`: https://github.com/insanum/gcalcli?tab=readme-ov-file#http-proxy-support. Pretty sure those haven't...

> Yeah not sure why the `--noauth_local_server` didn't work, I used to have a script run it … To be clear, it's not going to just work exactly like it...

I'm open to ideas for better workarounds but as far as I know if you're not port forwarding you're doing something even more brittle and complicated. The _web browser_ needs...

What version of google_auth_oauthlib do you have installed? If you look at the stack trace, it's clearly the library code that's messed up, accessing its `wsgi_app.last_request_uri` thing without handling None....

Hmm does it not work to just type Enter? ```shell $ gcalcli … --description="foo bar" ```

By "hidden", do you mean this visibility setting in Google Calendar to "display in the calendar list"? ![image](https://github.com/user-attachments/assets/cbc1b8a7-3814-4030-b6b4-4b884a9c6f69) For me, they're all included in the `list` output regardless of that...

Neat, I didn't realize that's what the `agendaupdate` command did! Still some advantages of doing edits completely inline in something like a TUI w/o separate intermediate files, like having a...

What's the scope of Gerrit-specific functionality we're planning to integrate? From the links above it looks like `gerrit send` and/or something for rewriting commit messages on push, and then something...