Several instances of returning Errorf without wrapping the error (%v instead of %w)
In !88 (merged) I had to fix the wrapping of some returned errors. There are quite a few instances left. It could be a good idea to fix them all.
Discover candidates with: git grep "Errorf.*%[^w].*, err"