Daniel Hahler

Results 1440 comments of Daniel Hahler

This seems to be caused by "pytest-django" setting up Django twice. I've seen a similar issue now again, which seems to be caused by a `TypeError` during loading the settings,...

For Python 3.4 there is `redirect_stdout` / `redirect_stderr`: https://docs.python.org/3/library/contextlib.html#contextlib.redirect_stdout

We could use https://pypi.python.org/pypi/contextlib2 to have it for older Python versions and/or implement/copy it ourselves.

As for the tests: why is it using unittest that much, and not only pytest?

mock is fine in general, but you could use https://github.com/pytest-dev/pytest-mock on top.. :)

> Since I've updated to 4.0.0 this no longer works. Please elaborate: what does not work anymore?

Has this been verified? (I've noticed that it (https://github.com/albertz/mouse-scroll-wheel-acceleration-userspace/blob/main/install-daemon.py) is not mentioned in the README, and wondered if this could become a package e.g. for Arch Linux' User Repository (AUR)...

Hmm, since I was/am merely interested in completion for the awesome libraries, this would make it less useful. Would I have to test it with something along the lines of...

The new blacklist setting appears to help: ``` let g:lua_omni_blacklist = ['pl\.strict', 'lgi\..'] ``` I am now seeing other problems, without a crash though: > Omnifunc returned bad value to...

> Which exact version of Vim are you running? I am following the hg tip / git master (mirror: https://github.com/b4winckler/vim.git), currently 7.4.316. After adding `let g:lua_internal = 0` to my...