We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8eb8e6 commit 93557b2Copy full SHA for 93557b2
site/content/todo/2023.json
@@ -1,6 +1,6 @@
1
{
2
"todo": [
3
- { "desc": "Survive again" },
+ { "desc": "Survive again", "done": true },
4
{ "desc": "An actual full year contribution streak", "done": true },
5
6
"desc": "Create an one-for-all package manager",
site/content/todo/2024.json
@@ -4,7 +4,8 @@
"desc": "Survive yet again"
},
7
- "desc": "Rewrite this site in Nuxt"
+ "desc": "Rewrite this site in Nuxt",
8
+ "done": true
9
10
11
"desc": "Get Ordis (Warframe market bot) into a production state",
@@ -25,6 +26,13 @@
25
26
27
28
"desc": "Complete a modern C++ course"
29
+ },
30
+ {
31
+ "desc": "General config file sync",
32
+ "url": "https://github.com/Xithrius/alacrite"
33
34
35
+ "desc": "Search engine that summarizes results via LLM(s)"
36
}
37
]
38
0 commit comments