- Python >= 3.x
- pycodestyle
- pyflakes
cd path/to/repository/| # Crashlytics - plaintext stacktrace downloaded by Mobile myCrew Admin at Mon, 29 Oct 2018 16:25:39 GMT | |
| # URL: https://fabric.io/mycrew3/android/apps/com.mycrew/issues/5bb65728f8b88c2963872f51/sessions/latest?build=90013754 | |
| # Organization: myCrew | |
| # Platform: android | |
| # Application: myCrew | |
| # Version: 1.8 (2996) | |
| # Bundle Identifier: com.mycrew | |
| # Issue #: 23 | |
| # Issue ID: 5bb65728f8b88c2963872f51 | |
| # Session ID: 5BD4EC78009700016F8FB7A3562E1738_DNE_0_v2 |
I hereby claim:
To claim this, I am signing this object:
| register({ | |
| name: 'Stack Overflow', | |
| url: 'http://stackoverflow.com/', | |
| domains: [ 'stackoverflow.com' ], | |
| sessionCookieNames: [ 'usr', '__utmz', '__utma' , '__qca' ], | |
| identifyUser: function () { | |
| var resp = this.httpGet(this.siteUrl); | |
| this.userName = resp.body.querySelectorAll('a')[3].textContent; | |
| } |
| # -*- coding: utf-8 -*- | |
| import re, sys, os | |
| def query_yes_no_quit(question, default="yes"): | |
| """Ask a yes/no/quit question via raw_input() and return their answer. | |
| "question" is a string that is presented to the user. | |
| "default" is the presumed answer if the user just hits <Enter>. |