Skip to content
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

Open
apollux opened this issue Jun 10, 2020 · 12 comments
Open

Repl not loading sanctuary and ramda-fantasy #70

apollux opened this issue Jun 10, 2020 · 12 comments

Comments

@apollux
Copy link

apollux commented Jun 10, 2020

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.

@CrossEye
Copy link
Member

Hmm. It looks like bundle.run is having some issues. Does anyone have a preferred alternative we might try?

@apollux
Copy link
Author

apollux commented Jun 11, 2020

You could give unpkg a try: https://unpkg.com/ Have used it in the past, and worked well.

@CrossEye
Copy link
Member

It looks like bundle.run fixed their issues. At least I can use Maybe in the REPL again. We'll try to keep an eye on this.

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].

@juboba
Copy link

juboba commented Sep 9, 2020

This is still happening.
Browsing: https://bundle.run/[email protected]
Gives me the error: "package has no entry file; please specify a module key in your package.json."

@CrossEye
Copy link
Member

CrossEye commented Sep 9, 2020

OK. I guess we're going to have to figure this one out. I'll try to look into it this evening.

@juboba
Copy link

juboba commented Sep 24, 2020

Hey, just created a pull request for this.

@CrossEye
Copy link
Member

Thank you @jujoba: That seems to have fixed it, at least after a hard refresh.

@juboba
Copy link

juboba commented Sep 24, 2020

I just checked and it seems there's a problem with the modules 😭

@CrossEye
Copy link
Member

@jujoba: You're right. I'd only checked that it loaded properly. Hmmm.

@customcommander
Copy link
Member

@CrossEye Would it make sense to transfer this issue?

@CrossEye
Copy link
Member

@customcommander: transfer it to where?

@customcommander
Copy link
Member

@CrossEye Either to the repl repo or to the documentation repo?

@CrossEye CrossEye transferred this issue from ramda/ramda Jan 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants