2025-04-24 21:17:34
2025-01-03 08:00:00
Today I found myself needing to configure ingress-nginx. I needed to write a bit of nginx config to rewrite status codes for certain routes.
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.
2024-07-30 08:00:00
It’s pretty common that I’ll accidentally use the wrong email for a commit.
2024-07-29 08:00:00
Splitting a git repo into two, while retaining all history
2024-07-17 08:00:00
I’m currently using uiwjs/react-codemirror for a project, and needed to add a custom binding to cmd+enter The documentation didn’t quite show what I needed, but with the following you can bind custom keys import React from 'react'; import CodeMirror from '@uiw/react-codemirror'; ...