Mark Tully
Mark Tully
Fixes #250 Changes proposed in this pull request: - LStates can now optionally limit how many LTables and how many LTable keys are set - This provides basic memory quotas...
- [X] GopherLua is a Lua5.1 implementation. You should be familiar with Lua programming language. Have you read [Lua 5.1 reference manual](http://www.lua.org/manual/5.1/) carefully? - [X] GopherLua is a Lua5.1 implementation....
- [X] GopherLua is a Lua5.1 implementation. You should be familiar with Lua programming language. Have you read [Lua 5.1 reference manual](http://www.lua.org/manual/5.1/) carefully? - [X] GopherLua is a Lua5.1 implementation....
Thanks for this plugin. Is there a way to stop it highlighting jump targets that do not match the case of the search character I have entered? Currently, if I...
Sometimes when a file/dir which is being watched is deleted a panic will occur. This appears to be because there is an assumption that if an error returns true for...
This PR builds on #94 Sometimes the watcher would not detect file changes if successive changes to a file happened very quickly, specifically within the min resolution that the underlying...
ScanNow() causes the file watch loop to run once, and ensures all events have been posted before returning. It blocks until the loop has ran through to completion once. It...
Thanks for making this. You say that if the author of gopher lua accepted your patch that you would no longer need to replace gopher lua. I couldn't find this...
Proposed fixes for issue #79
Fixes #495 Proposed fix and tests to fix `AddLoadNil()` optimisation, which was incorrectly merging `LOADNIL` instructions under certain conditions.