Luca
Luca
Hi! There're news about this? I would like to configure as listener with various handlers. But, I don't want to add the whole library as dependency (it's an almost "dependency...
No, I also don't have an idea why the problem comes with just this class. The project is configured in this way: ``` env:nano_33_iot] platform = atmelsam board = nano_33_iot...
So, I was able to find a way to compile the code. Writing this PinStatus status; switch (inttype) { case 0: status=LOW; break; case 1: status=HIGH; break; case 2: status=CHANGE;...
Hi! I was also one of the (few?) users of this. And, since when I've had to switch to Fedora I really miss it. I've tried to use it from...
Hi, sorry for the late answer. Only now I've found time to test. After installing several python libraries, and moving all the code into a subfolder of **usr/share**, I get...
I give myself the answer: yes. With X11 it's possible to start it, after having installed all the required python packages. But, it looks it's not working. Even after pairing...
I answer myself: yes, switching to X11 it starts. But, there is something strange, it recognizes only some devices. To find the smartphone I've had to pair it again. And,...
+1 for me too! In particular, this feature would allow us to bypass the authentication and authorization server and simulate different users without having to use different services but having...
@255kb > Maybe a system of key/value store that is not "static" like the buckets but re-evaluated during every HTTP transaction would be better. It could also allow for behavior...
Hi! So, before I was on holidays, then really busy at work (not a nice start of the year...). I had just yesterday time to try this new feature. My...