matthewblain

Results 8 issues of matthewblain

This rewrites the refreshCaseStats functionality in Typescript on the Google Cloud Functions platform. Current status is that it is functional: It can load the casestats from the WHO/ArcGIS endpoint and...

resolved:stale

## Summary Increase robustness in corner cases possibly encountered by putClientSettings Follow-on to issue #1524 Inconsistent results should be highly unlikley now, as the entire client configuration is passed to...

needs:triage
resolved:stale
source:public

## Summary The App Engine ingress restriction is currently configured by the server/bin/deploy-server.sh script running --ingress internal-and-cloud-load-balancing , as handled in PR 1756 resolving issue #649 . Ideally it would...

bug
needs:triage
resolved:stale
source:public

## Summary After PR #1820 was merged, the race condition motivating issue #1524 should largely be moot. However, it is possible that it will be triggered again, and fixing the...

source:team

Please answer these questions before submitting a bug report. ### What version of OpenCensus are you using? 0.28.1 ### What JVM are you using (`java -version`)? Whatever App Engine is...

bug

The terraform-google-gcloud module does not run on Windows due to a reliance on shell scripts. ### Repro Run, say, `terraform plan` for a config which uses terraform-google-gcloud. ### Result ```sh...

bug
triaged
P4

According to the docs at https://forum.duplicacy.com/t/supported-storage-backends/1107 the link to create a dropbox access token is a page on dl.dropboxusercontent.com . However that page is missing 404 not found. It looks...

This includes several changes: - Remove unused PyDNS dependency. - Change dependency on dnspython to one of dnspython or dnspython3. - Change urlparse to a py2/py3 works-in-both version import. -...