Tear4Pixelation

Results 17 comments of Tear4Pixelation

I had the same problem and stumbled across this: `pip install kivymd2` And found on PyPI: https://pypi.org/project/kivymd2/

Actually, related to this, please make the `Failed to connect to ev3dev: connect EINVAL` messages disappear with time, which would be a small quality of life improvement. **Of course, these...

Same problem here with `openai` and `pydantic` package especially. The minimal reproducible example looks about as follows: ```python import os import openai from dotenv import load_dotenv from kivy.lang import Builder...

Welp I already rewrote the app in kotlin lol but still very nice to see there is still development on this

Well it was, in this case, an error. It seems `pydantic` was reliant on those algorithms. Because as soon as you tried to use the library (through `openai`), the app...

Ok so I dove a little deeper and the probably most reliable way to do this on **wayland** (I don't know about X11) Is to ```mermaid flowchart TB A["Recieve keyboard...