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
I found a problem that issue cannot be created with error validation failed. That is because label name cannot longer than 50 character.
I don't know how to modify github-style theme, so just a simple work around:
[params.gitalk]
id = "decodeURI(location.pathname)
Therefore the label would be chinese character not the utf8, so most of the label would be less than 50 character.
Maybe it could be improved by adding option to change id into md5. gitalk/gitalk#115 (comment)
But for now the decodeURI can solve the problem in most of the case.
The text was updated successfully, but these errors were encountered:
I found a problem that issue cannot be created with error validation failed. That is because label name cannot longer than 50 character.
I don't know how to modify github-style theme, so just a simple work around:
Therefore the label would be chinese character not the utf8, so most of the label would be less than 50 character.
Maybe it could be improved by adding option to change id into md5.
gitalk/gitalk#115 (comment)
But for now the decodeURI can solve the problem in most of the case.
The text was updated successfully, but these errors were encountered: