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
After thinking about it some more, this is going to have to hold off until a major release. It is a bug fix, however any exiting code that uses entities like these would break on update. I am actively working on 4.0 and will slate it for that.
Consider this code:
I thought this was designed intentionally at the beginning. However, when I digged into the code, I found the problem was due to https://github.com/cdgriffith/Box/blob/master/box.py#L151
This arbitrarily removed all underscores in the key, even the originally assigned ones.
I won't say this is a bug, but really confusing.
Maybe we could use some unique characters to replace the characters that are not allowed, which will be removed later.
Say:
The text was updated successfully, but these errors were encountered: