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
Is there something I can do to assist with this? Lack of preserved history led to 10 days of debugging for us as any issues during decode only ever resulted in a generic None.get exception, something like this would have reduced that down to 4 hours worth of exception checking. For posterity I'd like to help implement this if not already done to save future users from falling into this rut our team did.
Argonaut started off that way, but all sorts of useful properties are
subsequently lost.
On 19/03/2016 8:27 AM, "Sean Parsons" notifications@github.com wrote:
Finding myself wanting this a couple times now, I'm curious if anyone can shed some light on exactly which properties are lost? Failing that maybe I can try implementing it myself and seeing what walls I run into..
This will require changing the current structure of
DecodeResult
toDecodeResult[A](history: CursorHistory, result: String \/ A)
.The text was updated successfully, but these errors were encountered: