Andy

Results 68 comments of Andy

Exciting stuff, I shall have a look and play when I have some free time. 🙂

I think speedwise that it seems much the muchness, modern CPU's are fast enough that there's little difference to be made. On low power hardware there might be a more...

A thought I just had, would switching to a monolithic file cause issues of its own once it grows beyond a certain point? Both from a code maintenance and physical...

I've played Carmageddon with many controllers over the years. It fully supports proper analogue steering and acceleration. One of my happiest times playing this was with a steering wheel and...

I'm trying to test but maybe I'm doing it wrong, I checked out the code with GitHub Desktop, uploaded it to my GoDaddy potato and ran: ``` pip install tox...

Testing `python3 -m distro -j` gives: ``` { "codename": "", "id": "cloudlinux", "like": "", "version": "8", "version_parts": { "build_number": "", "major": "8", "minor": "" } } ``` Truly GoDaddy 🥔's...

> From what I read, `OperatingSystemPrettyName` D-Bus `org.freedesktop.hostname1` attribute really comes from OS-RELEASE. > Just in case, @NebularNerd could you tell us whether we actually missed an os-release (extension) file,...

@HorlogeSkynet Cloudlinux `find` would not accept your suggested commands (it's fun like that), after some trial and error I used `/usr/bin/find /usr/lib -type f -name '*-release*'` which points to `/usr/lib/os-release`....

Good news! (sort of) Updating to the latest distro release 1.9.0 with `pip install distro -U` gives us: and with `python3 -m distro -j` Looking back the source I compiled...

Following on from my comment a while back: https://github.com/zauberzeug/nicegui/issues/3652#issuecomment-2399194247 Testing this again in a fresh venv under Win 11 with Python 3.10, with nicegui 2.22.1 and uvicorn 0.35.0 using this...