pwwang

Results 72 comments of pwwang

Mind submitting a PR?

See https://github.com/pwwang/datar/issues/193

This is also related: https://github.com/pwwang/datar/issues/189 It was experimental at that time. Looks like it's now official.

You need a `.coveragerc` file, specially with `omit` section: https://coverage.readthedocs.io/en/latest/config.html#run-omit

Sorry, haven't noticed this: #105

I reopen this because I found the APIs are not so convenient to be integrated. For example, if I want to compare two files in my program, I have to...

@jeffkaufman I understand. But the reason (the beauty of line-by-line comparison and colorized output) why I replaced `diff` with `icdiff` is also the reason I want to replace `difflib` with...

This still happends: ``` > pip install https://github.com/sseemayer/qstat-pretty/archive/master.zip -U Collecting https://github.com/sseemayer/qstat-pretty/archive/master.zip Downloading https://github.com/sseemayer/qstat-pretty/archive/master.zip | 30kB 1.1MB/s Installing collected packages: qstat-pretty Running setup.py install for qstat-pretty ... done Successfully installed qstat-pretty-0.1.0...

For guys also encounter this, before PR #17 is merged, you can do this: ```bash git clone https://github.com/sseemayer/qstat-pretty.git cd qstat-pretty git fetch origin pull/17/head:pr-17 git checkout pr-17 python setup.py install...