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
right now all of the ASCIIText variants use a fixed buffer of bytes as their way of storing ascii characters. they should be refactored to become an inline array when compiling with #NET available.