Results 14 comments of geokala

I'm also interested in python3 support. I'd open another issue but I couldn't title it better, so: Do any of the maintainers have any input on this? Is there any...

behave works reasonably well in my experience. Some irritations but that's always the way when coming to a new framework.

(commenting to keep the problem description separate from musing on root cause) I'm wondering if this is related to the changes for supporting the 3GB pinephone?

@esmcelroy Worth noting that the env var approach is not a good workaround if we're positing that the multiple users have the ability to read each others home directories, etc,...

@esmcelroy Perhaps better for that approach would be something similar to the old gmail app-specific-passwords- probably in the form of tokens, but then that would allow issuing something that, e.g....

@01000101 I don't have the config file with me at the moment, but I think you can work around that by adding /v2.0 to the end of the URL (not...

If you put a pdb inside your hook you should be able to find this (replace '...' with 'import pdb; pdb.set_trace()'). From a quick look, it appears that state.outcome.exception() holds...

I've forced the minimum version to be 12 and am not seeing the warning about iOS version any more. However, the scheduleWarmUpFrame error is still occurring. Do you have any...

Sounds good. I've temporarily pinned our iOS build to 3.19.6 but if there's any more investigation I can do, let me know and I'll fit it in as soon as...

The commands used to ensure the flutter dir was up to date were: ` rm -rf /tmp/flutter-ios` ` git clone https://github.com/flutter/flutter.git -b stable /tmp/flutter-ios` ` /tmp/flutter-ios/bin/flutter channel stable` I'll try...