jjvbsag

Results 21 comments of jjvbsag

:+1: For now I have to patch all occurrences of http.lua I find (e.g. in ZeroBrane Studio). I'd prefer a released version with the fix

Sorry, was busy on the job... This is the patch, I'm talking about: ```diff --- http.lua.orig 2018-11-03 10:54:52.997376028 +0100 +++ http.lua 2018-11-03 10:55:33.496561255 +0100 @@ -186,7 +186,7 @@ local function...

Hi! Its in the master branch, so releasing a new tagged version seems fine for me... Regards

I'm not happy :cry: ---- Have a look at `treturn` : I can do ```lua -- @treturn[1] number interval in seconds -- @treturn[2] string timepoint ``` and I'll get >...

As far as I remember, you can set the project dir by passing the directory path (including terminating path separator!) as start argument. I did this in thunar (file manager...

:warning: Just one note: ```lua childs = { Rotate = { ::: }, Rotate = { ::: }, Rotate = { ::: }, -- Overwrites the two previous overload definitions...

```lua __mul = { ::: } ``` :+1: I really like this. Would be great for some project of me. Assume talking about Amounts of money (defined by a numeric...

@pkulchenko : OK, I did look a bit more into the details. ZBS uses tag "v3.0-rc1". In the "master" of luasocket the issue is fixed since 2013. Can you switch...

@pkulchenko Dear Paul, I had trouble with this since years (the same fault was in ubuntu14.04 repository). I know it, when I see it. Now, thats what I did (All...

@pkulchenko Any chance to update luasocket for upcoming 1.90 ?