2024-10-28 08:00:00
Checking the state of individual kubernetes components - such as etcd.
2024-10-07 08:00:00
If you’d like to enable the devtools/inspector in a Tauri project, enable the “devtools” flag tauri = { version = "2.0.0", features = ["tray-icon", "devtools"] ...
2024-09-13 08:00:00
I’ve been working on a desktop app with Tauri, and had issues for a while with the “draggable” prop on some elements. Instead of them dragging as I expected, I’d just get a plus icon.
2024-07-30 08:00:00
It’s pretty common that I’ll accidentally use the wrong email for a commit. I have a few emails that I like to use for different purposes, so getting it correct is important :) Amend author of last commit This one is nice and easy! git commit --amend --author="Example Name
2024-07-29 08:00:00
Splitting a git repo into two, while retaining all history.