Results 179 comments of Louis Gesbert
trafficstars

Also note that, if a student got it wrong, they can edit their nickname at any time on the left panel of the main screen.

The layout is determined automatically depending on the window width; maybe Firefox and Safari report slightly different widths in your case ? It also seems that your Firefox has a...

Allowing the teacher to edit the solution would be fairly simple by itself, but the difficulty will come from concurrent editing: we'll need either to implement a signalling mechanism for...

This is kind of historical: the original design was to use tokens as a means to recognise returning users, and not expected as a means of authentication. As in the...

Indeed; merlin turned out to be a little heavy-weight for that purpose (although enabling it could give quite a few other benefits, like inline typing of (sub-)expressions!) ; but we...

Side-note: ocaml-jupyter has support for Merlin, but since it's just a cilent for a fully server-side solution, they just had to implement a proxy to the Merlin server. Including the...

The server really doesn't do anything special, anything that can serve web pages should be OK, since all the hard work is done in the client browser. I am adding...

it's still not the default, only enabled with the `-j`/`--jobs` option.

> So : no error message, nothing about variables and no server launch.... the "no server launch" part clearly indicates that an error was caught, but the message must have...