I doubt it's possible at all to fix this, because wrapping works with Lua's string.sub() function, which cuts off a string by bytes, not by actual characters and there is no good way (to my knowledge) to use something else or patch it.
I doubt it's possible at all to fix this, because wrapping works with Lua's `string.sub()` function, which cuts off a string by bytes, not by actual characters and there is no good way (to my knowledge) to use something else or patch it.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
I doubt it's possible at all to fix this, because wrapping works with Lua's
string.sub()function, which cuts off a string by bytes, not by actual characters and there is no good way (to my knowledge) to use something else or patch it.Unicode.sub() exists apparently.
While trying to fix this I broke something even more badly. Uhhhhhhh yeah I dunno.