python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Can I split dependency resolution in maven into separate command?
I want to split a mvn install command into 2 separate ones - dependency resolution and build itself, like it can be done in NPM (with npm run ci and npm run webpack separately). The reason to do so is...

Somnium
Votes: 0
Answers: 1
Where should I install myproj-config.cmake and myproj-version-config.cmake?
Suppose you're developing some library, myproj, using CMake for build configuration; supporting the cmake --install (using install() commands); and supporting use of myproj with CMake config mode, i.e...
ein supports Moderator Strike
Votes: 0
Answers: 2
Python dependency management best practices
I have a little Python side project which is experiencing some growing pains, wondering how people on larger Python projects manage this issue.
The project is Python/Flask/Docker deployed to AWS. List...
safads
Votes: 0
Answers: 1
MSVCP140.dll initialization failed
My application throws this error on the start
Unhandled exception at 0x00007FF8DC378C34 (msvcp140.dll) in TimexLPRService.exe: 0xC0000005: Access violation reading location 0x0000000000000000.
In Sta...
Simon
Votes: 0
Answers: 1