David McClellan

Results 43 comments of David McClellan

I put a ticket in with the Todoist Support Team yesterday. I haven't heard anything, though. Regarding commenting out, I don't think it should have any negative effect on the...

Hmm... I'm wondering if this is the other issue that has been cropping up with the `-` character in label names. If so, this is the same issue as #232...

@opennomad Have you tried blowing away your sync cache, resyncing, and the listing, to see if it makes a difference? Sync cache is located in `~/.cache/todoist/cache.json` I tried setting up...

So I finally heard back from Todoist. They have deprecated the v8 sync API and in the v9 sync api, this now returns a boolean instead of an int. Because...

I've got a rough implementation of this along with removing the Bearer Token. I'll try to clean up tonight and push up for review.

Do you have any special characters in your labels, @cscutcher? That's where things seem to be a bit strange. I seem to remember some issues with labels in the past,...

Well, this one was pretty fun to track down. I don't have a fix yet, but I spent a few minutes playing with the cache and the special characters from...

I haven't made any progress here outside of being able to reproduce this issue. If someone else wants to look into this, please feel free!

@jagadeeshtummala You're correct. `raw_hex` is only used by the `num` variable and the `num` variable isn't used at all. This is mentioned in Issue #2 as well.

Ironically enough this actually saves on memory, albeit negligible. Either way, much more pythonic. Good catch @scaldings and I agree @YoungMind44 with the use of the other constants in the...