In recent versions of Jetbrain’s IDEs, the action “Annotate with Git Blame” does not
open a single floating window anymore. Instead it displays a window with
Git branches, commits and what not. Can be disabled via the IDE registry
(Shift + ⌘ + A, on Mac): vcs.blame.show.affected.files.in.log
GitLab’s Dependency Proxy doesn’t seem to support multi-architecture upstream image repositories 😔
I discovered GitLab’s Dependency Proxy. It’s like a private cache for Docker images, and available in the free tier 🤑
go fmt
, I think third-party linters add little value to already
existing projects. Code changes all the time, structure (should) remain more ore less stable;
let’s focus on the big picture! An extra semicolon is not going to make the project easier
(or harder) to read or maintain—consistency in the upper layers of abstraction brings more
value (e.g., don’t put business logic in the transport layer, proper error logging, don’t use
logs when metrics are enough, good commit messages for important features, etc.)
817bd5b
),
but it turned out I actually didn’t need the feature.
↩ back