load test
Find a file
Issy Long 5af1cccb73 cmd/ghcs/delete: When matching repos to delete, standardize casing
- It was possible to delete Codespaces for repo `SomePerson/foo` but not
  `someperson/foo`, despite the fact that the GitHub APIs don't actually
  care about casing - `SomePerson` and `someperson` is the same account.
- This fixes that by lowercasing both the user-provided repo name, and
  the repository that is attached to the Codespace for a match.
- Fixes #76.
2021-08-18 18:11:11 +01:00
api Commit vendors 2021-07-28 09:05:58 -04:00
cmd/ghcs cmd/ghcs/delete: When matching repos to delete, standardize casing 2021-08-18 18:11:11 +01:00
internal/codespaces Fixes for log/output streams 2021-08-17 13:04:55 +02:00