Danilo Bargen

Results 535 comments of Danilo Bargen

Regarding this issue: Checking for `document.hidden === false` and/or `document.visibilityState === 'visible'` should suffice. https://developer.mozilla.org/en-US/docs/Web/API/Page_Visibility_API I'll give it a stab, but might need your help.

A fix for this is waiting in #122. Any chance to get that merged? We're using angular-inview in [Threema Web](https://github.com/threema-ch/threema-web), where the ability to detect active tabs would help to...

Nice work with the tests in deed. But does it really solve #111? If I run the following script in the browser console on Github: setInterval(() => console.log(document.querySelector('h1').offsetParent), 1000) ...then...

Yes please :) As a workaround, is it enough to remove the package in the admin?

The same problem exists on the "real" pypi too, though. It's just something that you shouldn't do. Removing packages during the testing phase would be great though. It's the users...

Note: A lot of the 2/3 compat complexity (like metaclasses that work on both version) could be avoided by moving from nose + custom testing baseclass to [pytest](https://docs.pytest.org/en/latest/) :slightly_smiling_face:

Should be ready now (according to the testsuite). @ubruhin does this solve the issues you were having?

> as Funq only works with Python 2 on Windows winappdbg seems pretty much dead (last release in 2013). Maybe there's a package that could replace it?

Oh, wait, there's some activity here apparently! https://github.com/MarioVilas/winappdbg Edit: However: https://github.com/MarioVilas/winappdbg/issues/63

Another aspect: Automatically build and push the currently supported version(s) on a regular basis (e.g. every week). This ensures that security updates in base images are applied automatically. Here's an...