vince rosso
vince rosso
Hi @apparentlymart ! Yes, that sounds even better to me. In my proposal, I was trying to keep things as backwards compatible as possible while fixing my main nit (the...
I was having the same issue. It looks like the [asset_url](https://github.com/osresearch/hcpy/blob/main/hc-login#L49) is dependent on the user's home country. e.g. I signed up in the US so that needs to be...
A one-liner of @ikebo 's solution: ```bash curl -sSL https://install.python-poetry.org | sed 's/symlinks=False/symlinks=True/' | python3 - ```
Hi @adev-code , In that doc link you posted the first line says: ```By default, when the AWS SDK is not configured with valid credentials the SDK will attempt to...