You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there, it occurred to me that some fields would not be properly extracted when padata, the optional field, is absent.
From my perspective, it could be caused by the unwrap_or_default function. If no padata found there , i, the remaining data here, would be empty as the default return value. Consequently, the following fields would never be parsed.
The text was updated successfully, but these errors were encountered:
Hey there, it occurred to me that some fields would not be properly extracted when padata, the optional field, is absent.
From my perspective, it could be caused by the
unwrap_or_default
function. If no padata found there ,i
, the remaining data here, would be empty as the default return value. Consequently, the following fields would never be parsed.The text was updated successfully, but these errors were encountered: