From dffbf67043a126865f94d4a5407be1103151568b Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Tue, 25 Oct 2011 14:35:32 -0700 Subject: [PATCH] tweak, local dev version for bug work --- TODO.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO.md b/TODO.md index 768243a..1ddf8b1 100644 --- a/TODO.md +++ b/TODO.md @@ -2,6 +2,8 @@ - BUG: this doesn't return all content. Need to use a real fix for all stdout flush! echo foo bar | xargs -n1 -I{} curl http://github.com/api/v2/json/issues/search/joyent/node/open/{} | bin/json + Aka: + cat foo-bar-github | bin/json - also arrayification doesn't work for: echo foo bar | xargs -n1 -I{} curl http://github.com/api/v2/json/issues/search/joyent/node/open/{} | bin/json Need to consider allowing '}{' on the same line -- despite possible false positive