Botspot

Results 623 comments of Botspot

Completely understand, It will take the right person to do it. Is it OK to leave this issue open in case somebody else sees it and decides to take on...

Other people have seen this error, though I never have. The main 2 solutions are: 1. Get a faster storage device. Windows is known to not like booting from any...

> Kay. Two things: A: Tried installing Windows 11 and it broke for some reason? Also now the thumb drive is write protected and I can't fix that .-. Some...

This is strange. Here is the code that was responsible for giving you this error: ```bash #if RPi OS, check for /etc/apt/sources.list.d/raspi.list if [ -f /etc/rpi-issue ] && ( [...

Yes, the cause of the issue was network related, but still, pi-apps somehow completely mis-diagnosed the error here. Proper behavior here is for pi-apps to suggest you fix your network...

`echo` and `printf` are both bash builtins, so I am not aware of any meaningful performance difference between the two. So when you use printf just like echo, is there...

Looks like libresprite is abandoned compared to asesprite. The source code for asesprite seems to be available on github, just not for redistribution. That is not a problem here, as...

Did you only get the web version running on the Pi, or the desktop version? the appimage appears to only be for x86 CPU chips, so did you have to...

OK that is what I thought. Perfect, we have a built-in function to install flatpak apps easily: `flatpak_install` This means the app is available for 64-bit only.