Richard Thanki

Results 15 issues of Richard Thanki

Hi zhaojh329, it seems that the lua bindings were removed in v3, is there any intention to reimplement a lua binding? If I want to use from within Lua should...

feature

### Missing feature As far as I can see, it's not possible to make PPPoS connection from NodeMCU. The ESP IDF contains support for this connection type https://github.com/espressif/esp-idf/tree/v4.3.1/examples/protocols/pppos_client ### Justification...

Hi all, I'm getting an error from CMake in my attempt to build a recent version of luv for OpenWrt. Essentially I'm using the makefile here: https://github.com/openwrt/packages/blob/master/lang/luv/Makefile and amending the...

bug
build

Hi @cohix, thanks so much for this lovely clean flexible project. Is there anything conceptually that would prevent the use of MQTT as a bridge for Grav?

Hi all, getting a lot of instability. On MacOS Mojave, running Docker version 19.03.8, and docker-machine version 0.16.2 If I just use the Readme command: ``` docker run --rm -it...

For the previous issue I used `top` inside the container to determine that something was up with `urngd`. However, consistently when leaving `top` with a `ctrl + c` it causes...

Adds Luaposix as a source, it's structured subtly differently to either syscall or unix, so there is some repeated code here.

It would be useful to have a way of ensuring that clean up happens in tasks that open files or interact with resources that should be tidied up I was...

I'm trying to wait until two Lumen tasks have finished, basically using the following code: ```lua a = sched.new_task(function() -- Does some work end) b = sched.new_task(function() -- Does some...

hi jow, a quick question. i've had a little look but i'm not sure what the best way would be of accessing data from nlbwmon to process in code and...