cyberic99
cyberic99
Hi, I've read the documentation you provided, thank you. However, I still cannot run the ``app`` in a separate thread. I tried to call ``asyncio.run_coroutine_threadsafe(app.run(), loop)``, but the ``render()`` function...
Thanks, I tried use ``asyncio`` in a thread, I can see the window but it stays black ```python import time from jupylet.app import App from threading import Thread import logging...
Just a small update, I have successfully run the app like this: ```python from jupylet.clock import setup_fake_time app = new_app() app.mode = "hidden" app.fake_time=setup_fake_time() app.start() while True: time.sleep(0.1) app.step() ```...
> RetroPlug currently has no idea what screen is being viewed I played with the bgb debugger running LSDJ, and I noticed that the current patterns, cursors etc, were located...
"un problème qui même si il apparaît chez certains semblent relativement isolé" Oui mais c'est quand même un problème assez grave vu qu'il fait perdre toutes les données d'un coup......
Le nom du dernier fichier peut être enregistré dans lastfile.php par exemple. Si on a une erreur en lisant lastfile, alors il faut faire un readdir() etc. mais la plupart...
oui, on peut éventuellement tomber sur une race condition Dans le pire des cas, les données ne seront pas tout à fait à jour. Mais au moins il restera des...
mais c'est plus facile à dire qu'à faire, on sait bien tontof...
@tontof il se passe quoi s'il y a plusieurs copies de data.php en data.php.php, en même temps?
Mais si deux threads apache font une lecture en même temps? moi ca m'arrive super souvent d'ouvrir un sous dossier dans une nouvelle fenêtre