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
I tried a few old presets which seem to use null and somehow they don't work anymore.
We should treat a JSON null value the same like an omitted property. Solution approach: serde-rs/serde#1098 (comment)
On this occasion, it would also be a good idea to dump the JSON whenever a deserialization error occurs.
The text was updated successfully, but these errors were encountered:
#619 Dump session JSON if a deserialization error occurs
9714f57
Specifically issue-27-out-of-range.RPP was not loadable because of ParamSetting::name.
issue-27-out-of-range.RPP
ParamSetting::name
Sorry, something went wrong.
#619 Restore backward compatibility to some old presets which use JSO…
85c9024
…N null
No branches or pull requests
I tried a few old presets which seem to use null and somehow they don't work anymore.
We should treat a JSON null value the same like an omitted property. Solution approach: serde-rs/serde#1098 (comment)
On this occasion, it would also be a good idea to dump the JSON whenever a deserialization error occurs.
The text was updated successfully, but these errors were encountered: