gluon
gluon copied to clipboard
Link to Gluon book in README.md 404s
There is a broken link in the Documentation section of the github README. The correct link is https://gluon-lang.org/doc/crates_io/book/index.html
The whole site is down for me
Same here, the whole site is down for me too.
@Marwes How about separating the playground and static document? Using reverse proxy provided by Nginx or Caddy can easily do this. So when the playground crashes, users can still read the document.
I think this is due to a bug in the interaction between futures and IO actions which causes the server to go down. So separating the playground and the rest of the server may not help since the server itself uses gluon.
The short term fix, I think, is to setup up a supervisor for the server which restarts it when it crashes. Then the bug with IO actiosn just needs to fixed.
WIP https://github.com/gluon-lang/gluon-lang.org/pull/31