René Dudfield

Results 648 comments of René Dudfield

Thanks for your report. Do you know which version(s) this happens with?

The k8s API has difficulties paging to random offsets(pages) of data. It can only get the first chunk of data, and then continue. So to get the 20th page of...

I wonder how it is with different pygames? This will help narrow down the issue. Maybe it was working before. python -m pip install pygame==2.1.3 python -m pip install pygame==2.2.0...

Oh! That's a good help, thanks. Ok... there's one more release we can try between 2.2.0 and 2.3.0... would you mind trying that last one? ``` python -m pip install...

Hi @zachyboy12 These instructions should let you test with the testjoystick.c one. ```bash curl -LO https://github.com/libsdl-org/SDL/releases/download/release-2.26.5/SDL2-2.26.5.tar.gz tar zxf SDL2-2.26.5.tar.gz cd SDL2-2.26.5/test gcc testjoystick.c -lsdl2 -I/usr/local/include/SDL2 -o testjoystick ./testjoystick ``` Would...

Ah, maybe you need to install sdl2 for that… brew install sdl2

Thanks, that narrows it down somewhat. The next step is to recompile older versions of pygame until the change is found that broke things. ``` brew install sdl2 sdl2_image sdl2_mixer...

Hi @akshayw1 thanks for your interest. If you haven't already seen it the link to apply is here: https://mentorship.lfx.linuxfoundation.org/project/4d736149-aa95-4f31-b01c-a54c754614d0