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
Which seems counterintuitive to me. I would expect the first and third if-let to succeed and the middle one to fail. However it seems to fail whenever trying to validate a cursor. What am I doing wrong?
The text was updated successfully, but these errors were encountered:
Thanks for the report. I agree that this is not ideal behavior. I suspect that om-tools.schema/cursor will need to be modified to correctly handle Records. It's current implementation is extremely simple. I hope to take a deeper look later this week or weekend, but pull requests are certainly welcome.
Hello I attach the following minimal test case:
Project dependencies:
This renders the following page
Which seems counterintuitive to me. I would expect the first and third if-let to succeed and the middle one to fail. However it seems to fail whenever trying to validate a cursor. What am I doing wrong?
The text was updated successfully, but these errors were encountered: