Andrew Starks
Andrew Starks
On a MacBook Pro, we are (blessed) with a Touch Bar, which shows context sensitive stuff based on the application's sophistication / whathaveyou. For applications that do not support the...
This might be a minor ask, but when `luarocks int` creates a `./lua` wrapper, it would be convenient if it would not default to appending the standard LuaRocks directory, or...
When installing LuaRocks in Windows, LR mimics the *nix structure. While the root of the tree may be changed, you cannot change the actual placement of packages without going to...
My_Class:catch won't let me set any properties when constructing object if class.properties is used
I want to use the `catch` feature of the pl library. I also use the `class.properties` feature. Expectation #1: That `catch` works without `class.properties`. This is not clear from the...
Sometimes, I want a class that is handling array data and I want to check input that is entered directly onto the class. ``` lua local my_obj = MyClass() my_obj[1]...
Steve, I keep trying to love `pl.class`, but i think it still needs some help. Of course, code beats complaining and I did code fixes for my issues. However, every...
I love the way that pl.class does properties. So much so, that I would never, ever, use the library without "class.properties" going into the argument. It is just too useful....
I'm not 100% sure this is a bug, but consider: ```Lua local url = require"socket.url" local url_path = "http://www.example.com/cgilua/index.lua?a=2#there" local url_parsed_path = url.parse_path(url_path) --I expect this to be true but...
Added check for windows and sleep method for it, if found. Also, I have a tiny C library that just does sleep. It also works for unix/mac/windows and support usleep,...
License
Please add a license document and call out a specific license (MIT? Public Domain?). The copyright at the end of the file doesn't state the license, other than that all...