Add (try) links to Try PureScript demo for web recipes#195
Add (try) links to Try PureScript demo for web recipes#195JordanMartinez merged 1 commit intoJordanMartinez:masterfrom
Conversation
|
Looks like the react recipes could use some troubleshooting: The halogen versions work fine https://try.ps.ai/?github=JordanMartinez/purescript-cookbook/master/recipes/CardsHalogenHooks/src/Main.purs |
|
Very nice! I tried the above link and got this error: |
|
I can't reproduce that compiler error. Could you try again, and if the issue persists, could we setup a screen share meeting for troubleshooting? |
|
I can in fifteen minutes.
|
|
Nevermind. Turns out a browser extension (Privacy Badger in this case) was blocking the request. |
That may be worth adding to the error message (a privacy extension may be blocking the request), as these extensions are increasingly common and strict. |
See table here: https://github.com/milesfrain/purescript-cookbook/blob/try-links/README.md#recipes
We can include some additional refinements to control whether to generate these links depending on whether the recipe is actually compatible with the try purescript environment.
Related to: purescript/trypurescript#187