Jeff Garzik

Results 38 comments of Jeff Garzik

See, e.g. https://github.com/jesterpm/libdb-rs https://github.com/jesterpm/libdb-sys

Continuing to monitor this PR :) Early comment: Prefer to avoid serde and JSON, even if only as a dev-dependency. json/serde is out of line with all the other tools,...

Postel's Law is the meta-answer: "the robustness principle is a design guideline for software that states: "be conservative in what you do, be liberal in what you accept from others"....

Great start. One early file organization comment: Prefer to follow the `ls` style of: 1. toplevel source in $category/src/$utility.rs 2. secondary sources in $category/src/$utility_util/ directory.,

Referenced permanently in issue #144, so closing this PR.

1) fix merge conflicts 2) it does not make sense to open all files, then read files one at a time. Just open and read one file at a time....

Related recent unsolicited work: #254

> Pretty interesting related reading in this answer (for setting locale): https://unix.stackexchange.com/a/149129 Yep; that is also a good checklist for posixutils. We need to be responsive to these LC_xxx, and...