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
Hacking on the OPA repo in VS Code and I'm seeing a bunch of warnings from the language server about us using reflect.DeepEqual to compare errors. This is apparently problematic for... reasons, as described here and elsewhere. Don't have time to spend on this tonight, but noting it down so that we can fix this and enable whatever linter is flagging this issue, as it seems legit to me.
The text was updated successfully, but these errors were encountered:
Hacking on the OPA repo in VS Code and I'm seeing a bunch of warnings from the language server about us using
reflect.DeepEqual
to compare errors. This is apparently problematic for... reasons, as described here and elsewhere. Don't have time to spend on this tonight, but noting it down so that we can fix this and enable whatever linter is flagging this issue, as it seems legit to me.The text was updated successfully, but these errors were encountered: