David Barnett

Results 156 issues of David Barnett

Could we change GitHub project settings to avoid pushing changes straight to master without a PR? https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-protected-branches/managing-a-branch-protection-rule#creating-a-branch-protection-rule @insanum will need your help for that since I don't have permission to...

development

As seen in #637, `--calendar=Foo SUBCOMMAND` works but `SUBCOMMAND --calendar=Foo` fails with parsing errors. Can/should that be more permissive about the order of args?

bug

Should give more user-friendly output about auth issues after fresh install (and probably when auth becomes expired/invalid, too). If you just install gcalcli and invoke `gcalcli list` with no prior...

enhancement

Process bug for preparing [4.4.0 release](https://github.com/insanum/gcalcli/milestone/9). Mostly just here to serve as a comment thread for discussing the release...

development

I found quite a few authors/maintainers listed in the metadata here and [in a fork](https://github.com/chasecovello/gcalcli/blob/f55145cf63e1a2dc17ab166dc546f0c415c62d36/pyproject.toml#L5). Let's confirm who all still wants to be listed...

development

It would be nice to be able to customize what tag names setuptools-scm considers as the version for a package, and to be able to rewrite the literal tag name...

Would it be possible to support https://github.com/martinvonz/jj so that if I clone a repo of a python project using that, I'm still able to build its python package contents normally?...

There should be a convenient way for users to switch between different authenticated accounts in gcalcli. Currently this can be done by twiddling oauth files (see #805), but the mechanism...

enhancement

Right now if you `import` an ics file with an updated version of an event already on your target calendar, it will fail to import saying the event is a...

enhancement