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
Hi there, so I start fiddling with my charachorder device and my little project again. And I ran into some weirdness of the delete_chordmap(chord: Chord).
It seems that, the chord - which is actually a tuple - shall be in a consistent order for it to match successfully. That makes sense, but the docs shall mention that, and ideally the Chord class shall auto sort the input so that it will always have a consistent order. For example, chord "the" shall be sorted as "eht".
After I presort the chord, the calls of delete_choadmap(...) still returns False, indicating an error. Indeed, the debug log shows an error code 2, HOWEVER the deletion was actually successful.
Hi there, so I start fiddling with my charachorder device and my little project again. And I ran into some weirdness of the delete_chordmap(chord: Chord).
False
, indicating an error. Indeed, the debug log shows an error code2
, HOWEVER the deletion was actually successful.The text was updated successfully, but these errors were encountered: