-
Notifications
You must be signed in to change notification settings - Fork 3
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
[5/?] Add ability to run code examples in the playground: Add CORS exception for tutorial.ponylang.io to route /evaluate.json #212
Conversation
Looks good to me. I can approve after it's no longer a draft. |
Co-authored-by: Joe Eli McIlvain <[email protected]>
Looks like there's a parsing issue in the CI failure. |
It's fixed now. |
Looks like there are still Rust formatting changes that need to happen before CI will pass. This is otherwise good to go 👍 |
Done |
This is failing cargo checks. |
@mfelsche do you know what needs to happen for this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This still needs a dependency on tower_http
added to Cargo.toml
like so:
tower-http = { version = "0.5", features = ["cors"] }
Co-authored-by: Matthias Wahl <[email protected]>
Co-authored-by: Matthias Wahl <[email protected]> As per ponylang#212 (review)
Co-authored-by: Matthias Wahl <[email protected]> As per ponylang#212 (review)
Co-authored-by: Matthias Wahl <[email protected]> As per ponylang#212 (comment)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@shaedrich this is live now on https://playground.ponylang.io |
@mfelsche Cool, thanks for deploying! |
See ponylang/pony-tutorial#340
As discussed in #205