when I am creating new flutter project in Andorid studio lib folder is missing how to fix it? I run flutter doctor everything is fine but I am facing this prob
I have the following Dockerfile: FROM python:3.7-alpine WORKDIR /msa-app/ EXPOSE 3000 ENV LD_LIBRARY_PATH="/usr/local/lib" ENV LD_RUN_PATH="/usr/local/lib" E
I am writing a library in C++. The library has multiple headers and cpp files and needs to be cross platform (Windows Visual Studio and Linux gcc). When built t
I had this line in my code from faker import Factoryand I had the error ImportError: no module named faker. So I looked up on Stack Overflow and pip installed f
When I dynamicaly load component from library file then i have en error Uncaught TypeError: Cannot read property 'extend' of undefined at Module.fb15 (ind
I am currently trying to connect c++ with nodejs project using node-gyp. My current problem is that i have a 32 bit library file and a 64 bit library file. My c