How setBlocking to false on newSocket?

2022-04-02 Thread thegrapevine
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?

2022-04-02 Thread thegrapevine
No. Thank you very much! Now works fine.


net: recv/readLine: How receive more one line or not waiting for fill buffer size?

2022-04-02 Thread thegrapevine
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?

2022-04-03 Thread thegrapevine
Good! Using newSocket(buffered=false) works very well.


How is the Nim "file_regex" for SublimeText error capture?

2021-03-10 Thread thegrapevine
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?

2021-03-10 Thread thegrapevine
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?

2021-03-14 Thread thegrapevine
Solved:

"file_regex": "^(.+.nim)\\((\d+), (\d+)\\) (.*)",