Results 6 issues of Torben

HTTP redirects are not resolved properly in IE11, since it doesn't support the `XMLHttpRequest.responseURL`. This might cause the same module to be loaded twice, if it is requested via different...

bug
version 2

Firefox 59 throws an error when an ES6 module is loaded via: ``` import * as foo from 'fooModule'; ``` This seems to be due to the fact that `import`...

bug
enhancement
version 2

Hej, the point multiplication on the ECC curve k224 (secp224k1 in OpenSSL) returns points that do not lie on the curve. Thus curve k224 is unusable right now. All other...

This PR introduces a new core method `isDiscordRunning()` as suggested in #76. The method throws a runtime exception, if a connection to Discord is not available. The connection check itself...

The Travis-CI tests for Python versions that have reached the end of their lifetime are failing, because the related archives cannot be downloaded anymore. Here is an example for Python...

Pyinotify throws an exception on Synology DiskStation systems, because `ctypes.util.find_library()` throws a `RuntimeError` instead of the expected `OSError` or `IOError`. This PR fixes this by adding `RuntimeError` to the list...