From 0a4f83e5675ae43eb6cd474101e5f6ef1c1eb206 Mon Sep 17 00:00:00 2001 From: Aaron Dill Date: Mon, 28 Oct 2024 12:20:48 -0500 Subject: [PATCH] chore: remove completed todo --- TODO | 3 --- 1 file changed, 3 deletions(-) diff --git a/TODO b/TODO index 2e2a52c..00c4911 100644 --- a/TODO +++ b/TODO @@ -1,9 +1,6 @@ #!/usr/bin/env lua --FOR-LINTING-AND-FORMATTING-DON'T-RUN -- This file is *not* meant to be ran or required. It's only lua for syntax highlighting. error("You can't require the todo file!") ----TODO: async/await ----async = coroutine.wrap(passed_f) & call callback afterwards - ---TODO: Desktop Widget ---Fixup the existing ones and support new ones