rapidsai / cuspatial

CUDA-accelerated GIS and spatiotemporal algorithms
https://docs.rapids.ai/api/cuspatial/stable/
Apache License 2.0
578 stars 145 forks source link

Allow anonymous user in devcontainer name #1396

Closed bdice closed 3 weeks ago

bdice commented 4 weeks ago

Recently devcontainer names were updated to include the current user's name. However, in GitHub Codespaces, the username is not defined. As a result, the container name starts with a dash. This is not allowed by GitHub Codespaces, so it fails to launch.

This PR adds a default value of anon to the devcontainer username.

See https://github.com/rapidsai/cudf/pull/15784 for more information.

bdice commented 3 weeks ago

/merge