Skip to content

Commit fbfc6bc

Browse files
committed
About to make the voice to always default to on for Onboarding
1 parent cae54cc commit fbfc6bc

1 file changed

Lines changed: 19 additions & 6 deletions

File tree

foo_files.py

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,29 @@
5454
# scripts/articles/lsa.py # [2,280 tokens | 10,180 bytes]
5555
# .gitignore # [573 tokens | 2,089 bytes]
5656
57-
# prompt_foo.py # [12,990 tokens | 59,609 bytes]
57+
prompt_foo.py # [12,990 tokens | 59,609 bytes]
5858
foo_files.py # [10,245 tokens | 33,406 bytes]
5959
6060
# AD HOC STUFF
6161
62-
assets/installer/install.sh # [2,527 tokens | 10,174 bytes]
63-
flake.nix # [8,352 tokens | 35,542 bytes]
64-
release.py # [9,879 tokens | 44,440 bytes]
62+
imports/durable_backup_system.py # To see how we can intercept or whitelist keys during a restore
63+
imports/voice_synthesis.py # To see how Piper checks its default state
64+
pipulate/core.py # To observe the wand.voice_controls() logic
65+
assets/pipulate.js # To check if the browser is the culprit hoarding the state
66+
assets/init.js # Additional frontend state checking
67+
68+
# assets/installer/install.sh # [2,527 tokens | 10,174 bytes]
69+
# flake.nix # [8,352 tokens | 35,542 bytes]
70+
# release.py # [9,879 tokens | 44,440 bytes]
71+
# imports/durable_backup_system.py (To see how we can intercept or whitelist keys during a restore) # [5,117 tokens | 25,413 bytes]
72+
# imports/voice_synthesis.py # (To see how Piper checks its default state) [3,133 tokens | 15,477 bytes]
73+
# pipulate/core.py (To observe the wand.voice_controls() logic) # [28,907 tokens | 140,287 bytes]
74+
# assets/pipulate.js and/or assets/init.js (To check if the browser is the culprit hoarding the state) # [5,574 tokens | 28,663 bytes]
75+
# AI_RUNME.py # [3,872 tokens | 16,766 bytes]
76+
# cli.py # [5,092 tokens | 22,615 bytes]
77+
78+
# requirements.in # [573 tokens | 1,924 bytes]
79+
# requirements.txt # [7,010 tokens | 18,582 bytes]
6580
6681
# /home/mike/repos/Pipulate.com/index.md # [2,352 tokens | 10,545 bytes]
6782
# __init__.py # [357 tokens | 1,565 bytes]
@@ -91,8 +106,6 @@
91106
# tools/scraper_tools.py # [4,644 tokens | 22,416 bytes]
92107
# imports/ascii_displays.py # [8,179 tokens | 35,029 bytes]
93108
94-
# requirements.in # [573 tokens | 1,924 bytes]
95-
# requirements.txt # [7,010 tokens | 18,582 bytes]
96109
# pipulate/core.py # [28,909 tokens | 140,289 bytes]
97110
# Notebooks/Advanced_Notebooks/03_GAPalyzer.ipynb # [40,765 tokens | 130,859 bytes]
98111
# Notebooks/imports/gap_analyzer_sauce.py # [26,361 tokens | 116,988 bytes]

0 commit comments

Comments
 (0)