Hugo

Results 372 issues of Hugo

I've been thinking about the general direction of vdirsyncer for a few weeks now (or is it actually months already?). Python has proven to be a bad choice for maintaining...

Some tests fail on Baikal. It returns 500, and further research is needed to figure out if the issue is vdirsyncer of Baikal (or our setup of Baikal). See 6c80293a9895ccd611cdc4533d4474ad21e0523d

mod: DAV
cat: testing

Implement some way of running automated tests for the google storage backend. Will likely require _some_ human intervention, since the authentication flow requires user intervention, but automating the rest would...

cat: testing
mod: Google

I've a cron on two machines that syncs all my calendars, including a single google calendar one: 0 * * * * chronic vdirsyncer -v DEBUG sync For some reason,...

cat: server compat
cant reproduce
mod: Google

When a recurring todo is completed, we create a copy of it. The old copy is marked as done, and the new copy keeps the `RRULE` and it set for...

enhancement
lv: easy

Some applications support custom sorting. It would be nice to support this, at least rendering the list in that order. Editing the order is out-of-scope here. Using the `X-APPLE-SORT-ORDER` header...

Meta issue to track all other issues regarding recurring events: - [ ] https://github.com/pimutils/todoman/issues/305 - [ ] https://github.com/pimutils/todoman/issues/410 - [ ] https://github.com/pimutils/todoman/issues/304 - [ ] https://github.com/pimutils/todoman/issues/288 - [ ] https://github.com/pimutils/todoman/issues/249

The current TUI is a bit clunky and wierd to use. It needs to be scrolled down with arrows, which isn't handy, [have to leave the home row] and the...

Now that 3.3 has been dropped, I've rebased this to the latest master. It's an attempt to use more pythonic types when passing values around (rather than dealing with so...