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
Hello @MaybeJustJames, thank you for pointing out the source code where it can be fixed.
I have prepared a small PR. Could you please check it and comment? thanks
Hello,
It seems like the library ignores duplicated keys silently
and it seems like cause
Dict.fromList
is used on the list without duplication check. Is it expected behavior?It feels for me that it should produce an error in such cases. Or am I wrong?
Thanks
The text was updated successfully, but these errors were encountered: