project-owner

Results 7 issues of project-owner

Hi, I'm trying to compile SDL on Raspberry Pi OS using the script simple2d.sh: ``` ./simple2d.sh install --sdl ``` it fails with messages: ``` checking for FT2... yes checking for...

Hi, I'm using: Pygame: 2.1.2 (SDL 2.26.5, Python 3.11.2) OS: Raspberry Pi OS Lite Bookworm 32-bit Touchscreen: Waveshare 3.5" HDMI https://www.amazon.com/Waveshare-3-5inch-HDMI-LCD-Resolution/dp/B071NVW7Y7 Hardware: Raspberry Pi 4B I'm running the following Pygame...

Hi, The platform is Raspberry Pi 4B with Raspberry Pi OS Lite (Bullseye). Here is the system configuration: pygame 2.1.2 (SDL 2.0.14, Python 3.9.2) Pygame 2 was installed this way:...

minor
reproducible
Platform: Raspberry Pi

Hi, I've modified the example test_microphone.py by adding a fixed vocabulary with just one word 'start': ``` ..... vocabulary = '["start", "[unk]"]' ..... rec = KaldiRecognizer(model, args.samplerate, vocabulary) ..... ```...

There were no errors when I ran the script: ``` git clone https://github.com/waveshare/LCD-show.git cd LCD-show/ ./LCD35B-show lite ``` I can see the boot messages on the screen and the touchscreen...

It needs more than 100MB of disk space when installed on a Raspberry Pi. Is it possible to reduce that size? ``` Successfully installed alabaster-0.7.16 anyio-4.3.0 argon2-cffi-23.1.0 argon2-cffi-bindings-21.2.0 arrow-1.3.0 async-lru-2.0.4...

enhancement

The Python 3.12.3 shows warnings in file spotify.py: ``` >>> from minim.spotify import WebAPI /home/pi/minim/src/minim/spotify.py:785: SyntaxWarning: invalid escape sequence '\?' re.search(f'{self._redirect_uri}\?(.*?)"', /home/pi/minim/src/minim/spotify.py:1153: SyntaxWarning: invalid escape sequence '\d' self._port = re.search("localhost:(\d+)",...

bug