We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ac9ec3 commit 6c65521Copy full SHA for 6c65521
src/utils.nim
@@ -5,7 +5,7 @@ from times import getTime, utc, format
5
# Used to be:
6
# {'A'..'Z', 'a'..'z', '0'..'9', '_', '\128'..'\255'}
7
let
8
- UsernameIdent* = IdentChars # TODO: Double check that everyone follows this.
+ UsernameIdent* = IdentChars + {'-'} # TODO: Double check that everyone follows this.
9
10
import frontend/[karaxutils, error]
11
export parseInt
0 commit comments