Thijs Schreijer

Results 95 issues of Thijs Schreijer

So here's a PR with a LOT of changes, more than I had anticipated, and definitely breaking. I'll try to give an overview by functionality. ## ioloop The ioloop "runs"...

see tests for parsing examples.

the luasocket connector uses `shutdown`; https://github.com/xHasKx/luamqtt/blob/eacac48e31aa1a58974ef05d76687d8554a33207/mqtt/luasocket.lua#L22 the luasec based luasocket_ssl connector however uses `close`; https://github.com/xHasKx/luamqtt/blob/eacac48e31aa1a58974ef05d76687d8554a33207/mqtt/luasocket_ssl.lua#L45 is there a reason behind these asymmetrical calls?

On Apple Catalina I've had several crashes when trying to hide the output window Pressing crashed the app. After restarting, tried again, same result Then restarted used the menu, that...

Bug
Can't reproduce

Since #786 is only an initial requirement, this issue is to track all related stuff to be done. Goal: have a number of binary basics available (eg. lfs, luasocket, OpenSSL...

windows

Currently on Windows the binary rocks are named with a `win32` and processor architecture label (either `x86` or `x86_64` iirc) eg. `luafilesystem-1.7.0-2.win32-x86.rock` Since on Windows we also need to distinguish...

windows

This module currently has extremely minimalistic features. Either is hsould be deprecated in favor of specialized libraries, or alternatively (since urls are very commonly used in many applications today) it...

`pl.app` already has a command line parser, `pl.lapp` is just a more powerful one. But they are both application level utilities, hence should both live in `pl.app`. Since `pl.config` is...

All of these modules have overlapping functionalities wrt to the filesystem