Oddbean new post about | logout
 Hmm. It was working fine until a few days ago. I noticed it at the beginning of the week. 
 Your contact list works fine for me when I do this on master (just pushed):

./target/release/notedeck -c contacts:@Derek Ross 
 Maybe it has an old contact list cached? I wonder if this works:

./target/release/notedeck —datapath test -c contacts:@Derek Ross 
 Not at home any longer. I will test later this evening. Thanks Will. 
 it works with the new datapath. 
 hmm ok, I think we just need to make sure to try to fetch new contact lists... I don't think we're doing that yet which is bad