Marcin Morys
Marcin Morys
I just experienced the same issue: CircuitPython 7.1.0 Beta 0; Seeeduino Xiao with SAMD21G18 microcontroller. Using a 16x2 monochrome LCD with integrated PCF8574T I2C connection.
Same issue. Fresh setup and was backing up ~8000 photos/videos on my Android phone. I had made changes during the process, adding 2 more albums, and restarting my phone. At...
> Going to release this tonight #1455 > > Please let me know if this is sufficient so that this issue may be closed. This is a great minimal solution...
Hi @johannesloibl, I posted on a related issue before seeing this one here: https://github.com/pypa/hatch/issues/1436#issuecomment-2311391337 Looks like you have an implementation in the pipeline #1547. I will test to see if...
Looking through the code and the discussion on #1423, I would like to propose change ## Proposed Changes - Remove `python-version` from `Options`. - ~~Ensure that and `PYAPP_EXEC_*` environment variables...
I had the same question and found this issue. The above solution works and this issue can probably be closed.
Had the same issue, likely caused by some URL redirects. Use `wget` instead of `curl` to solve this: Replace the command in the configuration instructions with ```shell wget -O GeoLite2-Country.tar.gz...
I've been struggling with the same issue, thinking it was something wrong with my configuration. Indeed it seems to be a bug with the `binary` plugin to `hatch build`. I...