Gregor Hartmann
Gregor Hartmann
at https://www.nuget.org/packages/log4net.ElasticSearch/ there is a "Project Site" link which atm points to https://jptoto.github.io/log4net.ElasticSearch/ which does not exist. Maybe better change to https://github.com/bruno-garcia/log4net.ElasticSearch
I was trying to reflect the last changes in readme.md by copying the "options" section of the "build" command to the "lfs-image" command and detected the "build" section is missing...
### Missing feature Add MinGW build to Travis CI checks to detect breakages early. ### Justification Prevent bugs like #3185 ### Workarounds Live with bugs like above now and then
### Missing feature Use non HW dependent modules in luac.cross Modules are at least: struct.c bit.c color_utils.c sjson.c // work without problems bloom.c crypto.c encoder.c // would need some more...
### Missing feature There have been several calls for a WebServer lately. Reference to [our httpserver.lua](https://nodemcu.readthedocs.io/en/latest/lua-modules/httpserver/) or https://github.com/marcoskirsch/nodemcu-httpserver or #2957 Our httpserver.lua is sophisticated in using output buffering and having...
### Expected behavior don't use node.flashindex as it is deprecated Maybe even deprecate the LFS stuff in there as we now have node.LFS. Just leave in the loader configuration and...
### Expected behavior While some modules are warning free (-Wall) others produce several warnings After setting -Wall, no warnings should be there ### Actual behavior more than 200 warnings if...
Added for linux build and MSC. Excluded MinGW as I don't have an installation. But hope I did not break that build. Partially Fixes #3229. - [x] This PR is...
### Expected behavior The documentation should be correct The string is treated as lua chunk expect when it starts with "@" (as described) or "=" which IIRC triggers calling the...
The idea is to alter the filename of the request and remember, that it is an error url. and then reprocess it. I am afraid this will require some refactoring...