Stennie Steneker
Stennie Steneker
Expected behaviour: Quitting neuro should gracefully disconnect from Ranvier before shutting down. Actual behaviour: Quitting neuro drops the connection and triggers an uncaught server exception due to lack of error...
Neuro currently assumes unencrypted connections, which will prevent connecting from a client served via https to an unencrypted server: https://github.com/RanvierMUD/neuro/blob/a45010c7460f18f1731791ed307c19defc53d727/src/neuro-app/neuro-app.html#L242 Expected error message in Chrome: > neuro-app.html.js:85 Mixed Content: The...
Hi @shawncplus, This looked like a promising tool for Ranvier and I spent a bit of time mucking about with a local install before realising it won't work with Ranvier...
The `headless` config option has sparse documentation and no apparent test cases. It would be helpful to have more information on the intended use case(s). From: https://keystonejs.com/documentation/configuration: > You can...