Kevin
Kevin
The solution is not to run as root - unless it is sandboxed. I did this from the command line but how to do this from the desktop app?
I fixed this by installing the Appimage rather than the snap version.
Root composer.json requires php ^7.2 but your php version (8.2.1) does not satisfy that requirement.
I solved that problem, but not without some pain. Here is how to fix it: apt purge php apt purge php8.1 apt purge php8.3 apt purge php8.3.4 apt install php8.1...
Aivar, There is no check box for that in version 3.3.14. I have had sporadic success when unplugging the USB and plugging it in again or changing to another PC...
Aivar, I am trying to load & retrieve files from an ESP32 and both versions (4.1.4 and 3.3.14) will not let me stop the execution of the code on the...