We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parse is happy to accept some arguments that contain non-alphanumeric characters.
Here's an example:
$ go run ./cmd/ksuid 0?????????????????????????? 022222222222222222222222222
Is this by design? (I was expecting an error for an argument that isn't valid base62.)
The text was updated successfully, but these errors were encountered:
By the way, if this is indeed a bug, I'm happy to contribute a PR to fix it!
Sorry, something went wrong.
No branches or pull requests
Parse is happy to accept some arguments that contain non-alphanumeric characters.
Here's an example:
Is this by design? (I was expecting an error for an argument that isn't valid base62.)
The text was updated successfully, but these errors were encountered: