Nikos Ftylitakis

Results 8 issues of Nikos Ftylitakis

This commit adds support of a new instruction {{ pyend }}. {{ pyend }} behaves exactly as the {{ py }} in the manner of including code that will to...

As described in #32, in cse of multiple joysticks, releasing on joystick triggers onTouchEnd to all joysticks. Using the changes in this PR, the joystick keeps the last touch event...

Based on the conversation from #154 it would be usefull to add compiler warnings when a code is trying to use disabled features. Example: if a code is using the...

The implementation of NV21 image decoding does not take into respect the capturing rectangle option even though the image_ptr provided has the size of the capturing rectangle. current code: https://github.com/ftylitak/qzxing/blob/dbc01a383ccc14a97fe3c6dd06cc912f1c3de1d6/src/QZXingFilter.cpp#L318-L322...

Add support to "-v, --verbose" option to the cli. This will enable printing of progress messages regarding the files that are being handled at the moment. Affected operations: * mkdir...

needs discussion

Support reading timestamps in epoc format in the time field, applying the required multiplier for the value to always be in nanoseconds. Through "-te" option, user can pass the percision...

Just a visual change in the README file to make the component properties easier to read.

### Issue Since the introduction of the mproxy in Mainflux (and now Magistrala), it lacks support of listening MQTT Last Will messages from MQTT broker. ### Case We have the...