Thank you for explaining that it was a joke.
- 0 Posts
- 5 Comments
Joined 2 years ago
Cake day: October 1st, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
That requires someone to look at that section in the IDE. If it doesn’t block the merge, it doesn’t do shit.
Golang won’t even compile with dead code. Unfortunately that’s too strict, you just end up commenting out the whole block instead. At least the commented out code is obvious in review, and some automated checks catch it if you have them.
I did the same thing with “DO NOT MERGE” back in the day. Saved some people who didn’t even know about the check.
It looks like you’re relying on media automounting to access the drive, but this is happening too late for Docker.
I would suggest creating the empty folder and explicitly adding the mount to
/etc/fstab
instead. This should mount early enough, and even if it doesn’t it needs an empty folder for the mount point anyway.Edit: Make sure you reference the partition by UUID, because the device name of USB devices sometimes change after a reboot.