Dmitry Fomichev

Results 27 comments of Dmitry Fomichev

> But even this isn't correct. resp_type should be STDOUT and buffer > should be timer done\n. > The order of input parameters is wrong in the example. According to...

Is it the syntax highlight issue or it is about the icons for autocompletion? The syntax highlighting is out of scope of this plugin and is being performed by scintilla,...

It is probably a nimsuggest issue. The plugin checks currently open file at startup synchronously, so it waits until nimsuggest will respond. As far as I know the textadept API...

Well, the couple of points in this proposal still look unclear to me. 1. The behavior of the library when the string/seq size if bigger than limits of the type...

OK. I will keep an eye on the related PR in Nim

Well, NESM was designed as a tool to [de]serialize structures known at compile time. I wonder that kind of non-periodic(like seq) structure requires its size to be placed in header....

I implemented the default values but in slightly different way. I think it is better to pass a prebaked object with default values to the deserialize function instead of setting...