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
not sure, will think about it, but this probably is quite low-prio for now, and may require a bit of a refactor if we want to do it properly (and not just special-case a few functions)
I agree, using nw.lit(value) should work anyway, and that's what the error message suggest to do.
may require a bit of a refactor if we want to do it properly (and not just special-case a few functions)
I was able to tackle it by adding a few extra checks/cases in extract_compliant function, however for different methods and backend we might require casting to the correct type
e.g.
throws
I think we should have a way of allowing for anything which can't be parsed as an expression to be parsed as
nw.lit
in these casesThe text was updated successfully, but these errors were encountered: