Alexandre Bourdin

Results 4 issues of Alexandre Bourdin

Adds `Noobs Playing Minesweeper` to the list

Adds `Neverending Problems, Mate` to the list

### Description When sending a message that isn't proper JSON to a socket controller expecting a @MessageBody(), server throws an uncaught exception. **Minimal code-snippet showcasing the problem** ``` @SocketController('/chat') export...

type: fix

Here in the code, the terminal width is defaulted to 80 for non-TTY terminals: https://github.com/AriaMinaei/RenderKid/blob/e8c9744ac499a09219413177f6d45a24c4d346b5/src/tools.coffee#L83 This is causing lines to be cut when using in a context where Node is...