How setBlocking to false on newSocket?
When I try to run the code client.getFd.setBlocking(false) I get this error: Error: attempting to call undeclared routine: 'setBlocking'
How setBlocking to false on newSocket?
No. Thank you very much! Now works fine.
net: recv/readLine: How receive more one line or not waiting for fill buffer size?
If I use readLine I just receive one line from server, but if I use recv, I need wait server fill entire buffer for receive it. But I just want receive all disponible buffer.
net: recv/readLine: How receive more one line or not waiting for fill buffer size?
Good! Using newSocket(buffered=false) works very well.
How is the Nim "file_regex" for SublimeText error capture?
Hi, my name is Marcone. This is my first day with Nim lang. I will work Nim with SublimeText. How is the Nim "file_regex" for SublimeText (.sublime-build) error capture? Thank you.
There are a Nim Linter for SublimeText?
Hello, my name is Marcone, I'm Brazilian and today is my first day of studying Nim. I got to know the language today through a comment on the Dlang forum. I come from the programming language Dlang which is very good. I wonder if there is a linter for Nim on SublimeText?
How is the Nim "file_regex" for SublimeText error capture?
Solved: "file_regex": "^(.+.nim)\\((\d+), (\d+)\\) (.*)",