Dimitris Platis
                                            Dimitris Platis
                                        
                                    To begin with, this is the low-level board repository of that project, so it doesn't make sense to add the apk here in any case. :smile: But other than I...
Haha, well I see where to confusion can come from. I think the most accurate is "suggestions per review" actually. 🤣 Github doesn't like when too many suggestions/comments are left...
Interesting, I haven't used them before. I guess you mean that the different issues shouldn't be posted as comments but instead for a "fix this" option to be displayed at...
To begin with, thanks for your feedback, it's greatly valued! :) Regarding CBC versus CCM: I am admittedly relatively clueless on modern cryptography so I would be interested in learning...
I was about to switch the mode to CCM however just discovered that CCM is not supported (anymore) by the PyCrypto library that is being used. Regarding the filenames, I...
Sure, why not? Please feel free to create a PR :+1:
Hi, I was facing a similar problem trying to build the python-evdev recipe in Yocto. Using the recipe and the patch found in the repo provided by @sarnold finally did...
If I followed you correctly, yes, the latest recipe (0.6.4) for Morty fails as do the others (i.e. the one for krogoth) that I tried. In particular I tried to...
I think I tried that line and it did not give more interesting info with the extra -D's. I will try again on Monday just to be sure and let...
Good catch about the brackets. Trying recipe 0.6.0 with Jethro running on Ubuntu 16.04 without the patch and with `DISTUTILS_BUILD_ARGS = "build_ecodes --evdev-headers ${STAGING_INCDIR}/input.h:${STAGING_INCDIR}/input-event-codes.h build_ext --include-dirs ${STAGING_INCDIR}/" ` added in...