Krzysztof Szczęsny

Results 4 issues of Krzysztof Szczęsny

right now the connection with the server is straightforward: var socket = io.connect() it would be nice to be able to configure that for cases when the connection is made...

The following code results in an invalid DateTime: ``` const x = new Date(); DateTime.fromFormat(DateTime.fromJSDate(x).toFormat('D T'), 'D T') ``` error on the resulting DateTime object: ``` invalid: {…} ​​explanation: "you...

After finishing a game it's extremely hard to join/start another. The client doesn't open the game and no error message is displayed. Log: ``` 2018-08-08 21:17:15,166 INFO fa.upnp UPnP mapping...

When using this tool on a larger solution, selecting projects is not an easy thing. Would be awesome to have: 1) projects sorted by name/by folder 2) a textbox filter...

enhancement