Max Pavlov
Max Pavlov
I think all bundlers have gone through this. An executable packaged with caxa on maOS with the following command: `caxa -i bundle -o myclitool -- "{{caxa}}/node_modules/.bin/node" "{{caxa}}/main.js"` while works as...
Hello. Some change that has happened between versions 1.3.2 and 1.4.6 has cast peerjs unusable in the node scenario. I understand that this is not an intended use of peerjs...
In some cases, only relay-based connectivity is possible due to a restricted network setup. Right now, to ensure connectivity I supply an open TURN server with access credentials to peerjs...
I am searching for text occurrences in all files like this: `ag 'search term' /` However, searching the entire filesystem gives a lot of `ERR: Permission denied` errors which is...
I need node bindings on armv6. Thus I am using an armv6 targeting cross-compiler to build from sources. I've gotten pretty far given how many problems I had to solve,...
Hello. So node-webrtc is a great thing that enables us to have webrtc capability on the server as well, while not relying on electron+chromium dependency as the other node approaches...
If the display scaling enabled by default (for my work laptot it is):  One gets a messed up and displaced BgView:  You might want to tackle this one....
It would have been perfect that for the cases where hardware allows it, rogueportal would work as AP and Wifi client simultaneously. [This repo](https://github.com/peebles/rpi3-wifi-station-ap-stretch) talks about such a possibility on...
Hello. I need to implement the following flow: 1. A Pi is started with a preconfigured open AP and the software that is able to manage Pi's configuration. 2. A...
Hello. Thanks for the wonderful product. Is there a way to turn the camera on or off remotely via HTTP call? I know that currently API doesn't handle it, but...