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
We should maybe make more effort to enforce correctness
(whereas up to now we have just aimed to "not make it hard to do the right thing")
Probably we should disallow, e.g. variable.attributes = {'a':1, 'b':2}
(which currently is a gotcha because the content is just values, not NcAttributes)
Or, we should support the correct translations
The text was updated successfully, but these errors were encountered:
We should maybe make more effort to enforce correctness
(whereas up to now we have just aimed to "not make it hard to do the right thing")
Probably we should disallow, e.g.
variable.attributes = {'a':1, 'b':2}
(which currently is a gotcha because the content is just values, not NcAttributes)
Or, we should support the correct translations
The text was updated successfully, but these errors were encountered: