Marcos
Marcos
Makefile uses nodemcu-uploader (https://github.com/kmpm/nodemcu-uploader) but the tool no longer works. We need to either replace the tool or work on a fix!
When this project started, all the server code was in a single file. Now it's spread across lots of little files, all in the root directory: httpserver-b64decode.lua httpserver-basicauth.lua httpserver-compile.lua httpserver-conf.lua...
Right now it's all-or-nothing. I would like to have the ability to only use HTTP Authentication on some pages but not others. I imagine this by having a regular expression...
We use Base64 decoding in the implementation of Basic HTTP Authentication. NodeMCU provides Base64 decoding through the [encoder module](https://nodemcu.readthedocs.io/en/master/en/modules/encoder/#encoder-module) We should get rid of [httpserver-b64decode.lua](https://github.com/marcoskirsch/nodemcu-httpserver/blob/master/httpserver-b64decode.lua) (too bad, at the time...
> chmod 777 /path/to/resources/cache This seems like a very bad idea security-wise. Surely a more restrictive set of permissions are possible?
I really would like to buy and use NodeMCU, but one problem I have with it is its use of CH340G for USB to serial. It's not so much the...
I have OS X Yosemite. SiLabs drivers for the USB-Serial adapter are installed and working. I can communicate to the board via /dev/cu.SLAB_USBtoUART and I can use it in screen,...
### Description of issue The description we use in PyPI is a copy of the `nimi-python` repository. So when a customer searches for "NI-DCPower Python" and land there (the right...
We have better coverage (in percentage) than what triggers our build failures. We should bump it to better match the state of master so that small decrements don't go unnoticed.
nimi-bot system tests now run in parallel, with a job for each bitness (win32 vs win64) and for each module (nidmm, niscope, nidcpower, nise, etc.) I noticed some jobs consistently...