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