
This can happen if your project dependencies are in the wrong order. During the first build, the main project builds before the library projects, and fails. During the second build, the library project built artefacts are cached, and the main project magically builds.
- crozone

need a picture of a guy digging up a body to remember how he fixed that thing 3 months ago
- PenisShapedSilencer

I had a programming course in college where the submission system used would only accept doc, docx, and pdf. Was a nightmare.
- AveaLove

When you mess up the code so bad you have to press CTRL + Z 20 times to get back to the working version

Why not use git commit and then reset?
Load More