NLNathan Leeincodedrop.io·Sep 28, 2023 · 1 min readStop Vim from autoformatting on saveIf you are editing a file and you don't want the autoformatter to run when you save a file one time, you can skip it by avoiding :w . Why? Maybe you just want to make a quick edit to a file, and you don't want prettier to run and change the file a to...00
NLNathan Leeincodedrop.io·Jul 28, 2023 · 3 min readUbuntu 22.04 Missing OpenSSL 1.1Linux / Ubuntu is strange. I was doing my regular ruby dev work as usual, and openssl decided to disappear. Anything that wanted openssl 1.1 no longer worked. Whether that was ruby or python, it didn't matter. I know enough Linux to get work done, bu...00