What did I do? I was trying to pull an image I needed into docker. Turned out my url was wrong. See, if you need to get to it on artifactory, you go to (company).artifactory.org/(team)/(project)/(version). If you need to pull it, you say (company).artifactory.org/(team)/(project).(version). And when talking to docker, you call it (team)/(project):(version). Wrote it all down in the wiki I'm writing.
Then learned how to get into the image, how to find the code in that image. Pulled out the jar, found the class I was suspicious about. It's the same class I have on my machine, with the same source I was looking at. More, the line numbers now perfectly match. Before, in datadog's logs they did not. Now they do. But the error is the same.
Anyway, so now I want to just mock, manually, the things I want to bypass.
But strangely, the whole directory with the project, on my machine, got magically empty. Really empty. Nothing there. Neat, right?
So I pulled it again, and tried to rebuild. Everything behaves differently. First, the style checker just does not accept the config from github. Ok, that I could fix, and let it update the code according to the new rules (which are good). But then the build, regular scala build, started spending tons of time preparing something for docker. I'm not sure if I need this docker image.
Oh, and I had to restart my computer a couple of times.
But eventually I kind of got to where I planned to start. To just launch `main` from my test case.
BTW, chatgpt is now banned in our company. Well, so what. I'll use it from my private machine.
We were supposed to have three meetings, but had only one, "morning standup", where Janet suggested to cancel the other two, because Mike is in Missouri, and when he returns, he will bring some totally new plans, so what's the point of meeting to plan something, right? Right. And everybody went to do their own business. But well, I still remember that stupid movie, "The Firm", where all Tom Cruz (Cruise?) could find was charging for extra time. I don't want to cheat. So I worked.
Ok, it's funny, but it's like not paying for the bus tickets.