Seth Rider
Seth Rider
@shanness thank you! I can't speak for the project, but I can talk about what I'm doing and planning. I'm using this todoist /lib and filter code for my project...
thank you that filter makes for a good test: ```go func TestComplexFilter(t *testing.T) { timeNow := time.Date(2017, time.January, 2, 18, 0, 0, 0, testTimeZone) setNow(timeNow) assert.Equal( t, BoolInfixOpExpr{ left: BoolInfixOpExpr{...
@shanness you can test this stuff in my fork if you want! I've shaken some of the bugs out, but in particular I don't really use the sharing features, so...
I don't think the upstream endpoint supports this: [sync completed items](https://developer.todoist.com/sync/v8/#get-all-completed-items) #238 adds the description to the `show` command, but, unfortunately, upstream also seems to not support completed items
I think this must be fixed some other way, now. I had the issue but I think it's actually caused by incorrect (old) data in cache.json. I deleted it and...
Went
I have a need for the `super` key (specifically I need to filter out the key combo I use to start my app .... egui starts too fast) my first...
This PR was really just preparing for what I wanted to do, which was more fully implement the filter language. I have done the further work, you can see it...
Do you have any shared labels?
I did have -d in there to start with, but the conflict with -date stopped it compiling (actually I don't remember, might have been runtime). Suggestions, in no real order:...