Andreas Pelme

Results 11 issues of Andreas Pelme

Calling `verify_authenticate` / `complete_register` can raise a bunch of different exceptions. Here are some examples: ``` >>> from u2flib_server.u2f_v2 import start_authenticate, complete_register >>> start_authenticate({}) Traceback (most recent call last): File...

Newer setuptools that builds wheels may produce universal Python 2 and Python 3 wheels which then always gets enum34 installed, which breaks installs.

Using recent versions of setuptools, wheels will automatically be built locally and cached to improve installation speed. However, if the wheel happens to be built with Python 2.7, it will...

There is a bug in Webkit which affects iOS 16.7.3 and iOS 16.7.4 that causes reads from IndexedDB with "key generators" to fail. Key generators are used by Dexie internally...

browser bug

This PR is based on the work of @valentinschabschneider and updated to the latest master branch: https://github.com/deckweiss-gmbh/node-gitlab-2-github/commit/9653c35815052aef4233be9df2670eee4ce7cee4#diff-a2a171449d862fe29692ce031981047d7ab755ae7f84c707aef80701b3ea0c80 Fixes #104.

Currently, `watcher_getter` is session scoped, which means that the finalizer will be session scoped too. Would it make sense to have `watcher_getter_function` accept `request` from the "real" fixture instead of...

Would it make sense to have way to manage a celery worker in pytest-services? I will implement it either way based on the process helpers in pytest-services and would be...

If I run a lot of tests like ``` $ pytest ... lots of output 4 failed, 2871 passed in 37.32 seconds ``` it would be nice if stepwise noted...

Thanks for a very interesting and useful library! Currently, no escaping children or attributes of inputs is done. This makes the library unsafe for general purpose use IMO. ```Python console...

Using ed25519-sk keys makes it possible to authenticate with one host, but all others fails without being given the chance to press the key: ``` $ colmena exec --on polly,stanley...