Arturo Rinaldi

Results 13 issues of Arturo Rinaldi

I was wondering if I could tweak the script to add the ACS feature of hostapd. Of course I am well aware that I have to rebuild it from scratch...

the comand `make install` doesn't take care of installing this two fundamental missing pieces. I had to copy them into my custom installation path which is : **$HOME/Programs/ct-ng/lib/crosstool-ng-1.22.0-42-g1fbfd12** otherwise the...

Hello folks, I'm trying to run gunicorn on the latest Termux system for Android-based devices. The default python3 release of the packages manager is **v3.10.2*.... Running this simple app: ```python...

Hello @xolox , I am embarking myself in updating the underlying pip engine in pip-accel and py2deb. So far, I have whipped up this patch : ```patch diff --git a/pip_accel/__init__.py...

Hello folks, any time I launch the ```compile_kernel.sh``` script the **linux-source** and **rpi_firmware** folders and deleted, downloaded again and checked out to a given specific commit.. Shouldn't you fix this...

As described in the object, this PR adds the Arancino.cc platform which is a comprehensive IoT set of boards and upload tools. In the very specific, two boards have been...

Hello @nxhack, I have come up with a simple hack to speed up the overall node.js build. Instead of compiling the sources for the local build, wouldn't it be simpler...

when running the whole bundle : ``` version: '3.7' services: rediseen: container_name: rediseen-test restart: always image: xddeng/rediseen:latest environment: - REDISEEN_REDIS_URI=redis://:@redis-volatile:6379 - REDISEEN_DB_EXPOSED=0-5 - REDISEEN_KEY_PATTERN_EXPOSED="^key:([0-9a-z]+)" - REDISEEN_HOST=0.0.0.0 ports: - '8000:8000' networks:...

The replacement is safe and it is strongly advised according the new https://github.com/nodejs/nan APIs https://github.com/nodejs/nan/blob/master/doc/node_misc.md#api_nan_asyncresource @WeiAnAN was definitely right in making this crucial modification