Christoph Heer
Christoph Heer
My problem was in following case: If the visitor not signed-in than he got the message "Your invite key is correct" but after he sign-in the code is maybe incorrect...
Yes this would be the better user experience.
Thank you all for considering my enhancement request. I created a first draft and pull-request with the required changes. Please note that this is actually my first contribution in Go...
Sorry for my late response. Can you provide a tests case?
@helielson This looks like a valid and working fix. If you could provide a pull request that would be fine. Thanks.
Twill has a own subprocess implementation which breaks some things. See issue #36.
Sorry there was no meaningful exception. Without the imported `Flask` class the `create_app` method raised an exception but the `finally` block tried first to terminate the live server process which...
I can understand you wish to have the same API like `requests` but with this workaround there can be too much pitfalls. Maybe we can talk about a general change...
> It actually works really well (flawlessly) in practice. We use it in our > system. Okay, cool. > Note that in any case, this is a testing framework. It...
Sorry for my delayed reply. > Although I'm curious, how do you know it's the GIL blocking you? Is this under Py2 or Py3? (the GIL scheduler changed slightly to...