Vidar Tonaas Fauske

Results 589 comments of Vidar Tonaas Fauske

While simple test runs of colorama works well on the new Windows 10 cmd, more complex usage of colorama breaks. E.g. calling py.test works well, calling py.test with a specific...

As colorama is broken in many cases for me on Windows 10, and the submitted PR is still open, I would propose to reopen this issue.

Lifting the relevant bits from `py.test`, I was able to come up with a minimal example: ``` python import sys import os from tempfile import TemporaryFile # Capture stdout using...

Answer point by point: - The last line _should_ output normally, but outputs black on black. No idea why, but it behaves as expected if colorama is imported when stdout...

Note: If importing colorama when stdout is captured by FDs, and `init()` is called, colors will be set to black on black at program end, even without printing anything. In...

Not sure if this only happens on Windows 10 (that's the only one I got available). Py.test only uses this type of redirection at limited points during import (or when...

Hello! I have never seen this issue before. It seems like an error related to trying to read a file (using node's fs library), failing with: opensslErrorStack: [ 'error:03000086:digital envelope...

A relevant question to check is which version of `node` is available on your host.

Hi. I'm not really sure what is causing your error. I haven't seen this error on any setup before (locally or on CI), so I would suspect it is something...

Note: nbdime-web is meant as a CLI tool for diffing notebooks. If you want a reliably accessible server for diffing specific files for JupyterLab, the real solution would be to...