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
Hello, I try to use a webform with a Maybe Float
but I get this error message when it tries to parse the parameter resolution.
here the request from servant
Oct 15 11:33:38 process2 autoprocessing-exe[171261]: POST /xdsme Oct 15 11:33:38 process2 autoprocessing-exe[171261]: Params: [("dataCollectionId","0"),("resolution",""),("optimize","0"),("celll",""),("spacegroup","")] Oct 15 11:33:38 process2 autoprocessing-exe[171261]: Request Body: dataCollectionId=0&resolution=&optimize=0&celll=&spacegroup= Oct 15 11:33:38 process2 autoprocessing-exe[171261]: Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Oct 15 11:33:38 process2 autoprocessing-exe[171261]: Status: 400 Bad Request 0.0003s
could not parse: `' (input does not start with a digit)
Indeed "" is not a float, but in that case I expect Nothing.
So where is the problem ?
The text was updated successfully, but these errors were encountered:
Won't fix.
In servant:
Maybe
QueryParam
""
Int
QueryParam' '[Optional, Lenient]
Maybe (Either Text a)
Sorry, something went wrong.
No branches or pull requests
Hello,
I try to use a webform with a Maybe Float
but I get this error message when it tries to parse the parameter resolution.
here the request from servant
Indeed "" is not a float, but in that case I expect Nothing.
So where is the problem ?
The text was updated successfully, but these errors were encountered: