Results 193 comments of Jan Kuri

not sure what you meant with that issue. wouldn't be easier to update `package.json` and propose a PR instead of opening issue with very unecessary discussion about it?

please feel free to make a PR.

is there a reason to specify `1.2.3.4` ip as listening address? Usually you would like to use `0.0.0.0:2200`, `localhost:2200` or `local_network_ip:2200`. Why `1.2.3.4`?

thanks for the report, unfortunatelly I don't have any idea what would that be.

hi @nejcgalof. Not sure, but I think cmd.exe does not support colors by default. It is recommended that you have `git bash` installed and use that instead.

yes, let's do it.. why not.

Hi. After googling this I found out library shoud generate strings as ```cpp char *s = "very long" "string"; ``` instead of ```cpp char *s = "very long string"; ```...

sure, you are welcome to open a PR then we can check together.

btw, manually converting strings to format I mentioned above make this compile on Windows if I recall correctly, maybe this lib https://github.com/ekg/split can come handy.

thanks Bastien. will check this when get to the computer. On 10 October 2017 at 09:50:49, Bastian Bense ([email protected]) wrote: > I created a minimal project that shows the problem....