Alexey Melnichuk
Alexey Melnichuk
The last commit requires `OnEditorKey` event described in https://github.com/pkulchenko/ZeroBraneStudio/issues/1124 This commit allows to define `Ctrl-K M` and `Ctrl-K m` for different actions
I vote it should raise error if there some real error e.g. access denied. But if path does not exists it shuld returns empty iterator.
The main idea for this PR is allow to pass socket to the separate LuaVM (e.g. in separate os thread) and create clien socket in there. So in the main...
Just tested. All works with MSVC 2010 on Windows 7. Did you run this command from `Visual Studio Command Prompt`?
Again. Try run `luarocks install luafilesystem` from correct `Visual Studio Command Prompt`
Just note. Windows support hard link [since win2k3](https://msdn.microsoft.com/ru-ru/library/windows/desktop/aa365006%28v=vs.85%29.aspx)
Is file name has trail space? Rockspec in repo and in luarocks.org has no this space. May be you use some luarocks mirror that contain wrong version of rockspec. Try...
Just faced with same error. Problem is `xlsxwriter-0.0.6-1.src.rock` has no source. only rockspec. So pleas reupload source rock on server.
Not sure but I think nginx create its own environment to each request. and do not set any variables to _G. So `require` does not defined in `_G` and `xlsxwriter.strict`...
> @moteus There shouldn't be any global variables in the code. That is why the strict is there in the first place. But they are exists :). `require` - https://github.com/jmcnamara/xlsxwriter.lua/blob/master/xlsxwriter/workbook.lua#L8...