Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix case transformation #782

Closed
alecthomas opened this issue Jan 15, 2024 · 1 comment
Closed

Fix case transformation #782

alecthomas opened this issue Jan 15, 2024 · 1 comment
Assignees
Labels
bug Something isn't working good first issue Good for newcomers P0 Work on this now

Comments

@alecthomas
Copy link
Collaborator

We use the strcase library to transform identifiers between upper/lower camel case, snake case, and so on. Unfortunately it's not quite what we want. eg.

JWT => jWT (should be jwt)
RFQRequest => RFQRequest (should be rfqRequest)
@alecthomas alecthomas added bug Something isn't working good first issue Good for newcomers labels Jan 15, 2024
@github-project-automation github-project-automation bot moved this to Todo in FTL Jan 15, 2024
@alecthomas alecthomas added the P0 Work on this now label Feb 7, 2024
@alecthomas alecthomas assigned alecthomas and unassigned worstell Feb 7, 2024
@alecthomas
Copy link
Collaborator Author

Fixed in #901

@github-project-automation github-project-automation bot moved this from Todo to Done in FTL Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers P0 Work on this now
Projects
None yet
Development

No branches or pull requests

2 participants