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
When using the package to fetch various fields (user supplied paths) in sequence, I noticed that after the first error, ALL Find()'s fail with the same error. Looking through the code, it seems j.errors gets appended, but never reset.
Should it not be part of Reset()? Or if that is not appropriate, have it as a side effect of the Error() or Errors() function?
The text was updated successfully, but these errors were encountered:
Greetings,
When using the package to fetch various fields (user supplied paths) in sequence, I noticed that after the first error, ALL Find()'s fail with the same error. Looking through the code, it seems j.errors gets appended, but never reset.
Should it not be part of Reset()? Or if that is not appropriate, have it as a side effect of the Error() or Errors() function?
The text was updated successfully, but these errors were encountered: