bootstraponline
bootstraponline
Hey, Is there any interest in refactoring the code coverage logic (conversion & reporting) out into an independent lib? We use phab with buildkite and not Jenkins, however much of...
Are there plans for supporting Java modules now that JDK 11 is out? [Automatic module](https://stackoverflow.com/questions/46713289/how-to-use-3rd-party-library-in-java9-module) doesn't seem to work for this artifact. > error: module not found: google.api.client
I'm using the Firebase Test Lab Java client which uses `google-api-java-client` under the hood. A bug report came in that the API calls aren't respecting proxies. When using the gcloud...
Android?
Is flashback appropriate for use with Android espresso testing?
I've had to patch httproxy like this to enable using real fetches on matching URLs in replay mode. Is there a reason this can't be done using a rule? The...
``` /usr/local/opt/openssl/include/openssl/x509.h:751:15: note: previous declaration is here X509_REVOKED *X509_REVOKED_dup(X509_REVOKED *rev); ^ 1 error generated. error: command 'clang' failed with exit status 1 ``` - https://github.com/pyca/pyopenssl/issues/276 - https://github.com/cloudera/hue/issues/205 Updating `pyOpenSSL` resolves...
``` > 315 error Failed to parse json > 315 error Unexpected end of input > 316 error File: /.npm/fstream/0.1.22/package/package.json > 317 error Failed to parse package.json data. > 317...
Enables easily supporting alternative formats (json, yaml, ...)