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
If the data isn't present, an error should be returned. It's likely we don't need the payload to be an Option.
Option
The text was updated successfully, but these errors were encountered:
I investigated this; the only case where we set None is in draft PR #4607
None
Sorry, something went wrong.
As discussed in #58, we plan to add a can_load function to the DataProvider traits, meaning work can be done on this issue.
can_load
DataRequest.payload
Make DataRequest.payload non-optional (#5037)
90727cc
Fixes #2956
robertbastian
Successfully merging a pull request may close this issue.
If the data isn't present, an error should be returned. It's likely we don't need the payload to be an
Option
.The text was updated successfully, but these errors were encountered: