Oliver

Results 9 issues of Oliver

- **Platform:** - Windows (msys2/mingw) - **LuaRocks version:** - 3.9.0 - **Configuration file:** ```lua rocks_trees = { { name = "user", root = home .. "/.luarocks" }; { name =...

bug

Could it be possible to have a warning message when installing a rock that contains a module that is already provided by another rock? Or is there already an option...

good first issue

see https://ci.appveyor.com/project/osch/experimental/build/0.3.2.37 luarocks 2.4.4 output: ``` Configuration files: System: c:/hererocks/luarocks/config-5.3.lua (ok) User : C:/Users/appveyor/AppData/Roaming/luarocks/config-5.3.lua (not found) ``` luarocks 3.0.2 output: ``` Configuration files: System : C:/Program Files/luarocks/config-5.3.lua (not found) User...

Here comes a fix for the following situation: Luarocks cannot create missing parent directories if the Lua package "lfs" is not installed. Steps to reproduce: 1.) Assure that Lua package...

Rockspec fails to install on Mac OS 11 because luarocks does not find pthread: ``` $ luarocks install lua-llthreads2-0.1.6-1.rockspec Error: Could not find library file for PTHREAD No file libpthread.a...

In the example `editor.lua` the program is terminated with `os.exit(true, true)`. This leads to a crash after the gtk native file chooser was invoked (at least under current Manjaro Linux,...

bug

### Main programming language Lua ### Tutorial title [Making a toy programming language in Lua](http://www.playwithlua.com/?p=66) ### Tutorial URL http://www.playwithlua.com/?p=66 ### Category * [ ] 3D Renderer * [ ] Augmented...

I'm getting CERTIFICATE_VERIFY_FAILED when using Python Version 3.8. ``` hererocks c:\hererocks --%LUA% --target %HR_TARGET% -rlatest Fetching Lua 5.1.5 (target: vs_64) from https://www.lua.org/ftp/lua-5.1.5.tar.gz Download failed: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate...

Hi Stefano, while playing around with MoonFLTK, luajack and lualanes, I came to the problem, that it seems not possible to create a jack client in another thread using luajack....