Paul m. p. Peny
Paul m. p. Peny
yield in lambdas mishandled see https://github.com/pybpc/f2format/issues/17
Hi, I have the following layout for running Pygame games apk directly on web ``` // VM is emscripten Module, modularized or not VM.APK = "org.pygame.asteroids" var BFS = new...
as clang does not support unused-but-set-variable
that will remove a deprecation warning that CI may turn in an error.
one more step toward wasm dynamic linking, also allow to unload/reload modules properly small changes to `pygame/__init__.py` to allow wasm loading without additionnal helper : now helper is in C...
Both arduino / esp idf can place read only data in flash ( at least 4MiB even on the cheapest esp8266 devboards ) arduino with PROGMEM and espidf with ICACHE_FLASH_ATTR...
wasm support
Hi, i saw the note about pyodide support : that sounds promising :) but is there any reason to build for pyodide instead of CPython upstream directly ? CPython 3.11...
Maybe the right place to ask is https://bugs.python.org/issue40280, but is there a option to disable the emscripten file packaging stage ( but not filesysem support )? Because when using external...
it seems pygit2 does not respect pkgconfig and PKG_CONFIG_PATH for locating an installed libgit2 ( and potentially upgraded vs any system one)
can workaround numpy or _pydecimal missing ( can be usefull on android, linux dev boards and wasm). can start embedded ( like in web browsers ) https://pmp-p.ddns.net/paste/screen/shot-2022-07-20_1658353180.png also ideally trailing...