Eric Dobbs

Results 3 comments of Eric Dobbs

One work-around would be to supply the randomness in an argument. With the example data above this trick works: ``` jq --arg i $(($RANDOM % 2)) '.node.nodes[$i|tonumber].value' foo.json ```

As I have been trying to get origin & demo-dapp into containers I've been pretty alarmed at the number of dependencies already accumulated in such a young project. Nevermind someone...

I don't think you can avoid automating dependency updates. The more likely risk is not that someone will inject evil code into the project, but that upstream libraries will have...