From ace4782fce6bdc02d9e630d52fae9cb9d77bea6e Mon Sep 17 00:00:00 2001 From: Thales Maciel Date: Sat, 18 Apr 2026 15:40:46 -0300 Subject: [PATCH] Untrack todos scratch file; ignore it Accidentally staged into the prior prune commit by `git add -A`. It's a local scratch file the maintainer keeps in the repo root. Co-Authored-By: Claude Opus 4.7 (1M context) --- .gitignore | 1 + todos | 15 --------------- 2 files changed, 1 insertion(+), 15 deletions(-) delete mode 100644 todos diff --git a/.gitignore b/.gitignore index b5c9f77..6e03511 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ wtf/*.deb *.key id_rsa .env +/todos diff --git a/todos b/todos deleted file mode 100644 index e5c22a9..0000000 --- a/todos +++ /dev/null @@ -1,15 +0,0 @@ -when developing, vm creation may fail, and firecracker logs need to be manually looked into, we should add a convenient way of digging through it. or perhaps log the last lines of it when vm creation fails - -`banger vm run` can hang waiting for ssh if things go south with sshd inside the vm. I think we should have a timeout instead of hanging forever. And also log what the user can do in such scenario. - -some commands are expected to take a while, it'd be good to at least show an indicator that banger is not hanging but rather doing something expected - -perhaps add an "interactive flag"? - -my computer is not the usual computer that users may have. perhaps it would be a good idea to screen the hardware we're working on so that we can set reasonable defaults for people when installing? - -versioning and releasing could use some love - -coverage would be somewhat nice to have - -regular users have no idea how to point their machine DNS to use the banger dns server. they need a tutorial/docs for this