Matthias Wallnöfer
Matthias Wallnöfer
What about putting the code under `'use strict';`?
In contradiction to the example here http://iotdk.intel.com/docs/master/mraa/classmraa_1_1_led.html and the others under https://github.com/eclipse/mraa/tree/master/examples/c%2B%2B the `printError()` function needs to be prefixed with `mraa::` -> `mraa::printError()`. Please fix the examples, thanks a lot!
I get the following warnings by using this code: https://github.com/emqtt/qmqtt/blob/master/src/qmqtt_ssl_socket.cpp https://github.com/emqtt/qmqtt/blob/master/src/qmqtt_ssl_socket.h I guess that they are all just false positives and may be added to the ignore list? ``` Error...
I get the following Dr. Memory error. This might be a bug in Qt, but looking at http://code.qt.io/cgit/qt/qtserialport.git/tree/src/serialport/qserialportinfo_win.cpp I have not noticed anything particular. ``` Error #44: UNINITIALIZED READ: reading...
Somehow the UNIX domain sockets do not work any more in my examples. ``` inputPort MyInput { Location: "localsocket://abs/s" Protocol: jsonrpc { .debug = true } Interfaces: SumInterface } ```...
According to HTTP RFC 7231 we should accept content negotiation over the **Accept** and the **Accept-Charset** headers ("Accept-Encoding" is already supported by us, "Accept-Language" needs to be handled at user's...
### Content & configuration / ### Is your feature request related to a problem? No ### Describe the solution you'd like *Swagger Editor* provides an option to generate client-side JS...
mocha 2.3.4 contains multiple vulnerabilities. ### PR checklist - [X] Read the [contribution guidelines](https://github.com/swagger-api/swagger-codegen/blob/master/CONTRIBUTING.md). - [ ] Ran the shell script under `./bin/` to update Petstore sample so that CIs...
Beginning with Qt 5.11 LTS _QSqlDatabase::database()_ verifies the execution on the correct thread: https://code.qt.io/cgit/qt/qtbase.git/tree/src/sql/kernel/qsqldatabase.cpp?h=5.11 lines 234 ff. QxOrm's _QxSqlDatabase::getDatabaseByCurrThreadId()_ uses this call under the assumption that the thread identifiers remain...
At the moment it is not possible to set the `statusCode` parameter in the HTTP protocol as a constant. In other words, ``` inputPort HTTPInput { protocol: http { statusCode...