Tyler Lubeck

Results 16 comments of Tyler Lubeck

I've been having an identical problem but with a slightly different setup: - Not reproducible with data in taskwarrior-testdata, but I've anonymized and attached my task db that is reproducing...

Fascinating @bradyt - can confirm, that flow works fine. Try with `context.foo.read=+nomad` and the error appears

I stepped through and checked each task individually. This caused the issue: ``` [{"id": 43, "description": "anon description", "entry": "20220206T015846Z", "intheamtrelloboardid": "anontrelloboardid", "intheamtrelloid": "anontrelloid", "modified": "20220206T040521Z", "project": "packing", "status": "pending",...

I think the problem might be with inthe.am malformatting the `depends` key on sync - when I create some dependencies myself, no problems. Works fine: ```json [ {"id":1,"description":"anon description","entry":"20220206T015904Z","intheamtrelloboardid":"anontrelloboardid","intheamtrelloid":"anontrelloid","modified":"20220206T040521Z","project":"finalstuff","status":"pending","uuid":"5cb408df-41a9-411d-bc6c-c7da91621495","tags":["nomad"],"urgency":9.81096}, {"id":2,"description":"test","entry":"20220208T214343Z","modified":"20220208T214343Z","status":"pending","uuid":"02aa9556-79d0-4b41-a7c9-395f7966ea37","urgency":0},...

You beat me to it - that's what I get for sending partial thoughts instead of collecting them all at once. Sounds like the fix is "wait for inthe.am to...

So, to be honest with you, a _lot_ of what you said is going over my head. I have no particular reason to suspect that it's a bug in the...

Hey @samoht, two things came up: `opam install --deps-only slirp` fails with `[ERROR] No package named slirp found.` I tried running `opam install --deps-only vpnkit` like the README says now,...

Success! I can now build everything. I'll keep poking around to see if I can track this thing down. Thanks for your help!

That's great, thank you! Another question for y'all - how can I get these custom versions running with Docker for Mac so I can reproduce my test cases? I've been...