We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The APIs that are generated are a huge improvement for the most part in that they replace callbacks with Task.
Task
However, I think we can do better, especially if we can use scalafix (in conjunction with refined?) to rewrite them in repeatable way.
Ideas include:
String
Int
String Refined Url
Int Refined Positive
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The APIs that are generated are a huge improvement for the most part in that they replace callbacks with
Task
.However, I think we can do better, especially if we can use scalafix (in conjunction with refined?) to rewrite them in repeatable way.
Ideas include:
String
s andInt
s in favour of more precise types likeString Refined Url
andInt Refined Positive
The text was updated successfully, but these errors were encountered: