Ali Ebrahim
Ali Ebrahim
Fixes #225 Uses `Concurrent::ThreadPoolExecutor` from [concurrent-ruby](https://github.com/ruby-concurrency/concurrent-ruby) to avoid memory blowup, and de-duplicates files before generation so we no longer need to rely on filesystem consistency to avoid double-generating images. In...
Fix a bug where if no scopes are passed in, application default credentials fail in the authorized_user flow. ``` >>> credentials_app_default() NULL >>> credentials_app_default(scopes=c("https://www.googleapis.com/auth/cloud-platform")) ```
Replaces #229. This fixes a bug where if no scopes are passed in, application default credentials fail in the authorized_user flow. ``` >>> credentials_app_default() NULL >>> credentials_app_default(scopes=c("https://www.googleapis.com/auth/cloud-platform")) ```
Sample code below provided under MIT and Apache 2.0 licenses. This runs and works on your computer if you install the gcloud cli and run `gcloud auth login` ```python import...
### Feature request description It is not clear what the best mechanism is to execute `flutter-symbols` in GitHub actions. I am currently doing this ``` - id: upload-symbols env: DATADOG_SITE:...
In the file `packages/vector_graphics_compiler/lib/src/_initialize_path_ops_io.dart`, Linux (and Windows) are always assumed to be 64 bit. This leads to the following error when running on Linux ARM64: `Could not locate libpathops at...
Maybe there is a way to do this, but it's not clear to me.
I do not see a good way to create the cloud run job using an infrastructure as code solution like terraform due to the circular nature of the requirement to...
It would be very helpful if this site could run under a URL prefix, e.g. `/access` that could be configured at runtime by an environmental variable. That way, instead of...
**Is your feature request related to a problem? Please describe.** I need to manually specify the application version in web. From the docs: ``` /// By default, both iOS and...