miko

Results 7 issues of miko

lua-inspect is not compatible with scite 3.2.1, minor tweaks are needed, see: https://groups.google.com/forum/?fromgroups#!topic/scite-interest/8PdNdUtGfBo

For a valid lua code: a=1.0 I get lexer error: warning: metalua failed to compile code that compiles with loadstring. error in metalua? lua-inspect/metalualib/gg.lua:56: lua-inspect/metalualib/lexer.lua:129: assertion failed! 6 I made...

Hello, in order to send a multi-part zmq messages, the ZMQ_SNDMORE flag should be set. I understand that in luv send() should be non-blocking, so ZMQ_DONTWAIT is mandatory, but it...

It is possible to define: ```go type GreeterService interface { GetGreetings(GetGreetingsRequest) GetGreetingsResponse } ``` but some services return list of objects instead of object with a list of object, so:...

```` flags: -ignore string comma separated list of interfaces to ignore ```` Is it possible to add similar: ```` flags: -include string comma separated list of interfaces to generate -list...

In case there are many source templates, it would be helpful if the generated code pointed to the source template, like: ````go // Code generated from ; DO NOT EDIT....