trypurescript
trypurescript copied to clipboard
PureScript in the browser
When attempting to share, I receive an alert with the message: ``` From try.purescript.org Failed to create gist ``` This is caused by a failed `POST`: ``` Request URL: https://api.github.com/gists...
* thermite * flare * mathbox * slides * behaviors
Trying to compile this minimal example: ```hs module Main where x | _
The current development workflow with `spago bundle-app` adds a 15-second delay (on my system) between making changes and seeing the results in your browser. There are other strategies to achieve...
As discussed in #218, I think we ought to split out the development instructions for Try PureScript from the main README, and we should expand those instructions to include cutting...
Currently the loader works by discovering dependencies as it loads them. If the server sent all transitive dependencies in the response, we could more efficiently load resources since we know...
Edit: Gee, I'm no longer so sure this is a good change. Visiting https://try.purescript.org/ and middle-clicking the links to opening them in a new tab - that is broken and...
**Description of the change** Fixes #32. Clearly and concisely describe the purpose of the pull request. If this PR relates to an existing issue or change proposal, please link to...
Ace probably provides an API for this, we just need to expose it on the server.
The `/search` endpoint doesn't seem to work (it's not officially documented, so I'm not sure if it's expected to work) ```shell ❯ curl -G --data-urlencode 'q=Unit' https://compile.purescript.org/search {"error":"Cannot parse type"}%...