Jack Jansen
Jack Jansen
### `brew doctor` output ```shell Your system is ready to brew. ``` ### Verification - [X] My "`brew doctor` output" above says `Your system is ready to brew.` and am...
There are various broken links for the documentation, both on GitHub.com and npmjs.com. I think most point to Github Pages at which doesn't exist anymore. The donation button (on both...
The subject says all: I would like _optional_ support for websockets and probably also for raw sockets. There is a pull request #5 that replaces jsonrpc-over-http by websockets, I would...
I need to have a `configure-option` with a space in it. Specifically, I need to pass something `-DXXXX_ROOT=C:/Program Files/XXXX`. And I'm actually getting the pathname from an environment variable (with...
The installation instructions tell me to install with "npm install -g hbbtv". But this does not install the version from the current directory (where I'm reading the instructions), but from...
You list platforms as `atmelavr` and `espressif`, but it works fine on esp32 (where I've been using it for quite a while, alongside esp8266). For one of my projects I've...
I'm not sure if you're interested in my changes (I can imagine that you're not, and I won't be sad if you won't pick them up:-), but I thought I'd...
Most important blocker is probably that esp32_https_server_compat needs to be updated because the old one relies on an SSL implementation that is no longer supported in v5. But maybe we...
All the modules that are essentially infrastructural, ie. independent of the application, should be semi-automatically created. #84 is an example of this, but the same goes for the wifi module,...
Because it turns out that if the code doesn't declare ``` IotsaBLEServerMod bleserverMod(application); ``` then there isn't any BLE service that HPS can be implemented on. Should rethink how that...