-
Notifications
You must be signed in to change notification settings - Fork 6
Issues
is:issue state:open
is:issue state:open
Issue creation is restricted in this repository
Search results
test(useVocal): 'creates SpeechRecognition instance' uses toBeDefined(), which passes even if ref.current stays null
choreMaintenance, tooling, testsMaintenance, tooling, testsStatus: Open.#252 In untemps/react-vocal;test(useCommands): 'returns triggerCommand function' asserts the renderHook wrapper, not the hook's return value
choreMaintenance, tooling, testsMaintenance, tooling, testsStatus: Open.#251 In untemps/react-vocal;docs: README overstates what isSupported() checks (Permissions API is not part of the check)
documentationImprovements or additions to documentationImprovements or additions to documentationStatus: Open.#250 In untemps/react-vocal;docs: silenceTimeout documented as anchored on 'last recognized result' but the timer is armed on speechend
documentationImprovements or additions to documentationImprovements or additions to documentationStatus: Open.#249 In untemps/react-vocal;docs: README disclaimer oversells continuous mode (no real-time transcription, commands disabled)
documentationImprovements or additions to documentationImprovements or additions to documentationStatus: Open.#248 In untemps/react-vocal;fix(Vocal): Continuous-mode regular timeout pre-empts silenceTimeout and auto-stops always-on sessions
bugSomething isn't workingSomething isn't workingStatus: Open.#247 In untemps/react-vocal;fix(useCommands): Any phrase command key disables single-word exact lookup and per-word matching for the whole map
bugSomething isn't workingSomething isn't workingStatus: Open.#246 In untemps/react-vocal;feat: Support pluggable speech recognition engines beyond the Web Speech API
enhancementNew feature or requestNew feature or requestStatus: Open.#239 In untemps/react-vocal;refactor(vocal): Default button mutates outline imperatively from focus/blur handlers
choreMaintenance, tooling, testsMaintenance, tooling, testsStatus: Open.#226 In untemps/react-vocal;docs: Contributing section links to archived Angular Git Commit Guidelines
documentationImprovements or additions to documentationImprovements or additions to documentationStatus: Open.#224 In untemps/react-vocal;docs: README Roadmap section is outdated
documentationImprovements or additions to documentationImprovements or additions to documentationStatus: Open.#223 In untemps/react-vocal;docs: README Testing example uses start: vi.fn() which does not match the Promise<void> contract
documentationImprovements or additions to documentationImprovements or additions to documentationStatus: Open.#222 In untemps/react-vocal;