mdr
mdr copied to clipboard
MDR Make Diffs Readable
Got this error using rake with rbenv on linux : ``` bash $ ruby --version ruby 2.1.5p273 (2014-11-13 revision 48405) [x86_64-linux] $ rake rbenv: version `2.0.0-p247' is not installed ```...
Hi, Sometimes (often), I have a blank `mdr` window. I took a few minutes to look into this and found that it's an issue with accented characters. Here is a...
A simple webpage with indication on how to install it. :) Must be handled via `gh-pages`
Style guidelines would be helpful for the project.
This issue addresses #7 and #13 The idea is to ditch the table-based layout and use a [flexbox](https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Flexible_boxes) based one. I've took some time to analyze the code this morning,...
I think it is more useful to have something like: ``` a/some_file.txt | /dev/null --------------------------------- Deleted ``` Than a diff full of removal lines (sorry for the poor schema :D)
If we are going to refactor any of the HTML creation or diff parsing, we’ll want to have some simple unit tests.
When the diff is short enough and the windows is taller, there is a white area below the diff. Maybe the middle border and line columns could continue to make...
This is due to the fact that a `` is used for presentation. We could try to switch to a `div` based layout. On OSX and Linux this would be...
Just to avoid cluttering the root folder, maybe we should move examples to an `examples` folder.