Mauricio Vidal

Results 15 comments of Mauricio Vidal

Thank you! While I was not able to fully understand the concepts explained in that issue, I just tested the script using the subclass you proposed and no calling `__del__()`...

Thank you @abhi1693 I've noticed that the `properties` argument on `disconnect` is only used on the `MQTTv5`. However I tried what you mentioned and it didn't worked. Could you please...

Hi all! May I have any pointers on how to achieve the proposed in this issue? I have tried to follow @gennadykr and @pavel-ch steps using `sspsk2`. However I'm getting...

This morning I had published the code I'm using to test the implementation. It is not working yet and any help would be much appreciated. Here it is: https://github.com/maovidal/paho_sslpsk2_demo/blob/main/paho_sslpsk2_demo.py

I also have trouble when selecting `USE_MESAGL=1`. However, in my case, I'm using `Buildroot 2022.02` to compile `Kivy 2.1.0` with `Python 3.10.2`. The build reports this error: ``` kivy/graphics/cgl_backend/cgl_debug.c:5997:123: error:...

Hi, a year later, just to report that the issue related to `USE_MESAGL=1` still persists with the current `Kivy==2.2.0.dev0`. If it matters, now I'm using `Buildroot 2023.02` and `Python 3.11.2`....

Hi everyone. My two cents: I was having the very same problem. I'm suspecting it was in some way related to Docker's caches, as it worked fine after I performed...

> Employee wise accounting entries is already available That's right... Still it is missing that the script takes care of the rest of the entries of the `Salary Components`, not...

I'm trying to figure it out a way to implement the journal modifications for our use case described above without changing the current `HRMS` source code `v15.11.0`. One way I...

I'm trying to make work the proposed by @paravoid on the [paho-mqtt client](https://github.com/eclipse/paho.mqtt.python). So far I haven't been able to achieve it. Here is what I have done so far:...