Omar Khudeira
Omar Khudeira
Not sure how useful AddKiloByte/AddKebibyte and their sibling methods are. These were added to mimic DateTime behavior (AddSeconds, AddMinutes, etc.), but with the addition of binary and decimal to the...
MebiBytes KiloBytes are single words and should be cased accordingly.
Incrementing or decrementing a ByteSize object by 1 byte doesn't seem to fit well with the overall design. 1 byte was an arbitrary value picked. Additionally, ByteSize was modeled after...
Thank you for creating this repo and pushing Microsoft to add more flexibility in choice of containers. Using the sample Ninject, project, I set everything up but I'm getting an...
High intensity colors can be achieved using `\e[1;Xm` with `X` being any color code. Underline format is `\e[4;Xm` with `X` being any color code.
Background colors can be set using the format`\e[x;y` where `y` is in the range `40-47` (see http://www.ibm.com/developerworks/library/l-tip-prompt/). Need to add a lookup table and an additional button on the items.