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
Got the following error when running on an iPad in both Chrome and Safari:
URL.canParse is not a function. (In 'URL.canParse(o.file.contents.toString())', 'URL.canParse' is undefined)
Not possible to run marimo command on an iPad.
marimo
This occurs with a new notebook from the dashboard.
The text was updated successfully, but these errors were encountered:
@dchassin - can you upgrade your OS or browser? URL.canParse has been available since 2023, so I have a hunch you have an outdated browser.
URL.canParse
Sorry, something went wrong.
As far as I can tell both browsers are up to date.
Can you share the browser and version?
This occurred on iOS 16.7.10.
No branches or pull requests
Describe the bug
Got the following error when running on an iPad in both Chrome and Safari:
URL.canParse is not a function. (In 'URL.canParse(o.file.contents.toString())', 'URL.canParse' is undefined)
Environment
Not possible to run
marimo
command on an iPad.Code to reproduce
This occurs with a new notebook from the dashboard.
The text was updated successfully, but these errors were encountered: