Moe

Results 15 comments of Moe

i looked into a bit and it appears there is no handlers for it at this time. The hardcoded action for the gyro is to set it to 0 (default...

i second this! i made an interface for use on the web and it seems to work ok. I just need the ability to wake it from the web panel...

i just started my "worker" script as a child process (spawn) and it seems to work fine now. I just use the stdin and stdout, parse the in and out...

i think i have the same issue, when i send big data over my websocket it hangs my entire app... it should still allow other actions to occur :( I'm...

i'm seriously impressed by the changes you made. Currently I am in the middle of 3 projects and it has been eating up a lot of my time lately (which...

@Soljia what whitespace issues? can you link to the line number plz?

i noticed this today, is there a way to make it get the rest? or paginate?

the description of the plugin says no iOS :( i wish it did work, the VLC alternative does work on iOS but has a drawback of not allowing multiple video...

this `toString` almost had me refactoring my app because it causes queries inside brackets to be altered. For Example ``` select * from `Monitors` where `ke` = 'x4oIQf3IOx' and (`mid`...

when i put username and password mqtt does not work anymore ``` |camera | TypeError: Cannot read properties of undefined (reading 'resubscribe') 0|camera | at MqttClient.subscribe (/home/Shinobi/node_modules/mqtt/lib/client.js:701:27) 0|camera | at...