Skip to content

Commit

Permalink
tweak, local dev version for bug work
Browse files Browse the repository at this point in the history
  • Loading branch information
trentm committed Oct 25, 2011
1 parent 08eb9fd commit dffbf67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dffbf67

Please sign in to comment.