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
Some bkid are different but their key mapping is the same than others. As an example, iOS ones and Android ones are charging at each versions, but their keys are always the same (those silly Chinese chars).
Making an updatable json that contains all the bkid available, and linking them between each others.
When the to_python function will be called with a bkid, we will see if it is a "root" one, otherwise we will look for its "root" identical one to call. This will avoid retyping countless times the same fields aliases for same objects.
Some
bkidare different but their key mapping is the same than others. As an example, iOS ones and Android ones are charging at each versions, but their keys are always the same (those silly Chinese chars).bkidavailable, and linking them between each others.When the
to_pythonfunction will be called with abkid, we will see if it is a "root" one, otherwise we will look for its "root" identical one to call. This will avoid retyping countless times the same fields aliases for same objects.