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
On Safari, MacOS, loading gpu.js causes an error :
SyntaxError: Invalid regular expression: range out of order in character class
Explanation
It happen on Safari when loading gpu.js from https://cdn.jsdelivr.net/npm/[email protected]
2
This can be fix by giving ascii_only output option to ugligy
ascii_only
Pull request in coming ...
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
What is wrong?
On Safari, MacOS, loading gpu.js causes an error :
Explanation
Where does it happen?
It happen on Safari when loading gpu.js from https://cdn.jsdelivr.net/npm/[email protected]
How do we replicate the issue?
How important is this (1-5)?
2
Expected behavior (i.e. solution)
This can be fix by giving
ascii_only
output option to ugligyOther Comments
Pull request in coming ...
The text was updated successfully, but these errors were encountered: