repl icon indicating copy to clipboard operation
repl copied to clipboard

Repl not loading sanctuary and ramda-fantasy

Open apollux opened this issue 5 years ago • 12 comments

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.

apollux avatar Jun 10 '20 18:06 apollux

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

CrossEye avatar Jun 11 '20 01:06 CrossEye

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

apollux avatar Jun 11 '20 05:06 apollux

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

CrossEye avatar Jun 11 '20 19:06 CrossEye

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

juboba avatar Sep 09 '20 11:09 juboba

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

CrossEye avatar Sep 09 '20 15:09 CrossEye

Hey, just created a pull request for this.

juboba avatar Sep 24 '20 13:09 juboba

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

CrossEye avatar Sep 24 '20 15:09 CrossEye

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

juboba avatar Sep 24 '20 18:09 juboba

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

CrossEye avatar Sep 24 '20 20:09 CrossEye

@CrossEye Would it make sense to transfer this issue?

customcommander avatar Dec 23 '21 21:12 customcommander

@customcommander: transfer it to where?

CrossEye avatar Jan 12 '22 02:01 CrossEye

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

customcommander avatar Jan 12 '22 09:01 customcommander