Sebastian Hübner

Results 15 comments of Sebastian Hübner

Nice! I had already thought about creating a documentation plugin myself. Nice to see that someone is already working on it :)

While learning programming I tried to solve a coding challenge, where I had to send a big number to an API and ran into this problem, because [lua-requests](https://github.com/JakobGreen/lua-requests) depends on...

@carnei-ro I recognized this in my luarocks docker containers just now and find out that it's the busybox version of wget which don't have the option. After running `apk add...

I just noticed the same, while I tried to install the `pulseaudio` module using luarocks 3.9.1 and lua 5.4.4.

This problem still exists in version 3.1.2. @nightwarrior-xxx In my case `init --reset` correct the created lua bash script and it works afterwards

I tested it today, after installing luarocks 3.3.1 and now `luarocks init --reset` is not working for me too.

I looked into this today. The problem is that on the first run of `luarocks init` the table `cfg.rocks_trees` has no entry for the directory where the command ran, but...

@andrewstarks This seems like a separate issue which is mac osx specific as far as I can tell. The function `tools.delete` of `fs.unix.tools` only accepts a absolute path: https://github.com/luarocks/luarocks/blob/c52a5c57ccffa5a0929593cd94fa5f87e795efd7/src/luarocks/fs/unix/tools.lua#L90-L98 But...

> On windows `luarocks init --reset` gives me the same assertion failed when trying to delete `lua.bat` As far as I can see my last answer to @andrewstarks is also...

I used Drone CI for years, but after the v1.0 I got pretty annoyed with it, especially that they ripped out useful feature to sell them as enterprise features. Then...