Kattni
Kattni
Hello! Thank you for putting this tool together! I was able to create a lovely header image for my profile. Here's the issue I am experiencing. The Title font and...
I submitted the fix to #8393 to expose pin 20 on ESP32. On the Adafruit Feather ESP32 V2, SCL is pin 20. I loaded the latest nightly build onto my...
The AdafruitIO library does not provide the option to provide the `tz` parameter to specify timezone, which is the first thing IO looks for to return a time when using...
The ArduinoSelfTest for the PyPortal was obviously written for the standard PyPortal, and not for the PyPortal Titano. The code is included in the Titano guide as-is, but there are...
We received feedback asking for an explanation of how to use `encoder.getEncoderDelta`. It may be worth including an example in the library that demonstrates use.
Hello! This is my initial update to the BeeWare website. It's nowhere near completed but I wanted to get this PR in early for your perusal. So far I've done...
### Issue I upgraded my virtual environment to Python 3.13, and was greeted with a significant number of `ResourceWarning`s, indicating that there is an `unclosed database in `. This is...
feature: Allow for syntax that results in the same output as using `~` in rST on classes and methods
### Is your feature request related to a problem? Please describe. I am working on shifting our documentation from Sphinx to MkDocs. My project lead sees nearly everything as either...
### Describe the bug There is a default setting on macOS that enables smart quotes (Keyboard>Input Sources>Use smart quote and dashes). When enabled, entering text into a `MultilineTextInput` box results...
### Describe the bug A `DeprecationWarning` for Python 3.14 is currently being encountered with usage of Toga through `briefcase run`. ### Steps to reproduce 1. Run `briefcase run` with Toga...