-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
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
Repl not loading sanctuary and ramda-fantasy #70
Comments
Hmm. It looks like bundle.run is having some issues. Does anyone have a preferred alternative we might try? |
You could give unpkg a try: https://unpkg.com/ Have used it in the past, and worked well. |
It looks like bundle.run fixed their issues. At least I can use I'm not sure if unpkg will be helpful, looking at the differences between https://bundle.run/[email protected] and https://unpkg.com/[email protected]. |
This is still happening. |
OK. I guess we're going to have to figure this one out. I'll try to look into it this evening. |
Hey, just created a pull request for this. |
Thank you @jujoba: That seems to have fixed it, at least after a hard refresh. |
I just checked and it seems there's a problem with the modules 😭 |
@jujoba: You're right. I'd only checked that it loaded properly. Hmmm. |
@CrossEye Would it make sense to transfer this issue? |
@customcommander: transfer it to where? |
@CrossEye Either to the repl repo or to the documentation repo? |
The Repl at https://ramdajs.com/repl/ tries to load sanctuary@latest and ramda-fantasy@latest, both redirect to a specific version and then result in 500 and 503 responses.
The requests:
https://bundle.run/sanctuary@latest -> 302
https://bundle.run/ramda-fantasy@latest -> 302
https://bundle.run/[email protected] -> 503
https://bundle.run/[email protected] -> 500
I wanted to play around with Maybe and Either that is when I noticed something was wrong.
The text was updated successfully, but these errors were encountered: