Username with upper case letters
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 71
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
Providing username (in response to `--token` command) with uppercase letters (like I specified when creating Mapbox account) results in error 404 when syncing the tileset.
Looks like Mapbox quietly converts to lowercase and the API is case-sensitive.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Read the `--token` handling and the code that syncs the tileset, then trace how the provided username reaches the Mapbox API. Confirm the behavior with an uppercase username and make the sync succeed without a 404 for usernames entered with uppercase letters.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- api, cli
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100