After the installation of QtCreator on Linux you might get following error messag when launching the application: It is likely one of libraries required by […] Read More
Tag: error
Apple removed old Python 2 from macOS 12.3. Arduino ESP32 depends on Python interpreter. Build in Arduino IDE may fail with error: It’s sufficient to […] Read More
There is an issue with Python Pipenv on Windows. The command to open shell with isolated pipenv you can use command: The command might fail […] Read More
The best software practice tells you that you should not have build warnings in the projects. It’s easier to spot a potential problem. Sometimes it’s […] Read More
Rust compiler can generate a single binary that contains all dependencies. This is a great feature for creating stand-alone tools or tools for containers. There […] Read More