You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been using mdbook for quite some time now. As others have mentioned, sometimes the official playground server is down or slow. The projects I have been using with mdbook requires to run the code a lot of times, which becomes difficult sometimes due to timeout.
Also I have seen others mention that they want to run code for languages other than rust as well.
Proposed Solution
We can make the playground url inside book.js configurable so that the user can point it to some other playground or even to their own server.
Thanks for your time.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Problem
Hi! Thanks for this great project.
I have been using
mdbook
for quite some time now. As others have mentioned, sometimes the official playground server is down or slow. The projects I have been using withmdbook
requires to run the code a lot of times, which becomes difficult sometimes due to timeout.Also I have seen others mention that they want to run code for languages other than rust as well.
Proposed Solution
We can make the playground url inside
book.js
configurable so that the user can point it to some other playground or even to their own server.Thanks for your time.
The text was updated successfully, but these errors were encountered: