José Luis Cruz
José Luis Cruz
Hey @xieyuheng using a database is another good option. But the same problem remains. Where we do we host it? I propose several options. CC @larsbrinkhoff **1)** On one side...
Thanks @GeraldWodni It seems that for now the main need that we wanted to solve quickly with the website was to be able to show a searchable and filterable list...
@programandala-net I agree with you. I I'll add a column for that. It may even make sense to leave that cell blank if the system doesn't follow any standard, and...
I'm also interested in this. I'm searching for a system where you can have some actors running as corutines and some other actors running in their own threads, but I'm...
Hi @t0cc and @lululock71 have you tried enabling and modifying the calibration data values at the beginning of the config.ini file?: ``` # Calibration Data enable_calibration = false calibrate_min_x =...
Hi, thank you for the information. I've just merged a PR adding tilt support (#66). Please try the latest version, you'll have to add the folloing extra values to your...
Yeah, many problems are arising related to different versions of python and different versions of linux distributions which are appearing now, and also betwen display servers (x11 / wayland)... I...
Hi @lululock71 I tried with python 3.8 and it doesn't work, neither with python3.7. I must investigate that, but for now the fastest solution for you and for now is...
I've been looking and this is where I got: * I can't import the evdev module anymore in python3.7 or greater. My error is different than yours and I don't...
> Rust is an awesome and reliable language but why not C ? Honestly, mainly because after learning Rust and enjoying its features and ecosystem for a while now, I...