Alexey Melnichuk

Results 134 comments of Alexey Melnichuk

All those constnat is a compile time. So it depeends on header files only

Is there any solution for this? I want to be able set `remove_empty_properties=true` and then when usere reload form it should be able edit this empty field. I found similar...

Is there any chance that some of PR will be merged ( #1 or #20 or #26)?

``` cl /nologo /MD /O2 -c -Folua_cjson.obj -Ic:/Lua/5.1/include/ lua_cjson.c -DDISABLE_INVALID_NUMBERS lua_cjson.c f:\e\projects\lua-cjson\strbuf.h(78) : error C2054: expected '(' to follow 'inline' f:\e\projects\lua-cjson\strbuf.h(79) : error C2085: 'strbuf_reset' : not in formal parameter...

Right now I have no ability to check any code, but i can accept PR, bump version and publish it. I realy do not know about ricent LuaRocks changes

I do not think that just run script on several CIs is a godd test. In this case there no check that script send correct values. Also, there cases like...

you need add this to rockspec file there https://github.com/brunoos/luasec/blob/master/luasec-0.6-1.rockspec#L84 But it needs only if you link with static openssl. But i see no problem to do this in all cases

Yes its Windows only. And even need only if OpenSSL build as static library. Because by default is most likely that executable file links with this libs. But if this...

Server side is applicatin server with set of libraries, This is separate project written on Lua, Server creates Lua coroutine and calls client code via pcall function. Say `main` function...

There need map to the both ways. First one to support step by step debugging and second one to support breakpoints. This PR only support the first one. Support the...