Tuan Dao

Results 4 comments of Tuan Dao

https://github.com/google-github-actions/setup-gcloud/issues/128#issuecomment-673864153 `CLOUDSDK_PYTHON=/usr/bin/python` worked for me while `export CLOUDSDK_PYTHON=$(which python3)` didn't work.

Sorry for bothering you :pray: , Do you know how to change the variants uploading path ?

> @dthanhtuan You must overwrite the key method https://github.com/rails/rails/blob/main/activestorage/app/models/active_storage/variant.rb#L73 This only works if `config.active_storage.track_variants` is set to `false` , Am I correct ?

> @dthanhtuan You must overwrite the key method https://github.com/rails/rails/blob/main/activestorage/app/models/active_storage/variant.rb#L73 Just in case someone has the same problem like me. There is another place we need to modify after changing variant's...