Omar Khudeira

Results 7 issues of 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...

enhancement
v3

MebiBytes KiloBytes are single words and should be cased accordingly.

enhancement
v3

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...

enhancement
v3

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...

Organize/reduce the code using LESS and KnockoutJS.

cleanup

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.

enhancement

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.

enhancement