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.
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
When we hit TryPurescript without any queryparams it needs to fallback back to mainGitHubExample,
mainGitHubExample
mainGitHubExample :: String mainGitHubExample = "/purescript/trypurescript/" <> tag <> "/client/examples/Main.purs" mkGitHubUrl :: String -> URL mkGitHubUrl id = "https://raw.githubusercontent.com/" <> id
when we call
>>> mkGitHubUrl mainGitHubExample
The resulting url is having an additional "/". This is crashing TryPurescript. https://try.purescript.org
The text was updated successfully, but these errors were encountered:
I think what you're saying is:
View Mode
GitHub
Is that what you meant?
Sorry, something went wrong.
Try opening https://try.purescript.org/ in incognito (to not load things from cache)...
https://try.purescript.org/
It's seems to be occuring the first time only (options call)
I just tried opening https://try.purescript.org/ in incognito mode and didn't get the above error.
No branches or pull requests
When we hit TryPurescript without any queryparams it needs to fallback back to
mainGitHubExample
,when we call
The resulting url is having an additional "/". This is crashing TryPurescript.
https://try.purescript.org
The text was updated successfully, but these errors were encountered: