trypurescript
trypurescript copied to clipboard
PureScript in the browser
submitted at https://github.com/purescript/purescript-console/issues/11
The API now returns suggestions for warnings. It would be nice to let the user apply them.
After some discussion with Phil about how we could improve documentation for PureScript libraries, we arrived at a design where we would like to have GitHub Pages-hosted documents easily embed...
**Checklist:** - [x] Added the change to the changelog's "Unreleased" section with a reference to this PR (e.g. "- Made a change (#0 by @)") - [ ] Linked any...
A lot of times I use the ShowJS tab to do a quick-and-dirty performance evaluation of PS code before I use it in a repo. These days, almost all of...
Opening up https://try.purescript.org/, I see that the module's `main` function is called twice, again. I thought this was fixed by #279, but maybe the recent `es-module-shims` update to 1.5.9 broke...
Try Purescript! is similar to many other tools online (examples: https://ocaml.org/play, https://jsfiddle.net, https://vega.github.io/editor/#), with a code window on one side and and output window on the other. The issue: However,...
In Safari in iOS, it's difficult to delete text in the Try Purescript! code window. Backspace seems to be the only option. I gather that this is due to some...
When we hit TryPurescript without any queryparams it needs to fallback back to `mainGitHubExample`, ``` mainGitHubExample :: String mainGitHubExample = "/purescript/trypurescript/" tag "/client/examples/Main.purs" mkGitHubUrl :: String -> URL mkGitHubUrl id...
issue : https://github.com/purescript/trypurescript/issues/306 When trying to hit https://try.purescript.org/ without any query params, the fallback github url has additional "/" in path