Charlie Revett
Charlie Revett
## Current Behavior ```js const didDetectSpeech = (possiblePhrases) => { console.log(possiblePhrases); }; annyang.addCallback('result', didDetectSpeech); annyang.start({ continuous: false, }); // Output: ['cat', 'mat', 'hat'] ``` ## Possible Solution Output changed to:...
## Problem I'm looking to enable filtering for my `github.com/charmbracelet/bubbles/list` component by default so that as soon as the list is rendered I can start to type, without needing to...
### Suggestion As the project is still in alpha, I would find it useful if nightly extension builds were available. ### Implementation Other popular extensions (e.g. [vscode-go](https://github.com/golang/vscode-go/blob/f0680f943860528c71acdabba90129ff8bd053cc/docs/nightly.md)) have a second...
Split off PR from #65. ## Problem New logic was added within #63 that meant that the description flag now works as documented, however we don't have any unit tests...
Split off PR from #65. ## Problem Number of linting errors were highlighted by running [golangci-lin](https://golangci-lint.run/). ## Solution Fix them: - Ensure errors are not ignored - Remove use of...
### What? - The backlinks sidebar shows all notes backlinked to the current open link - It is currently sorted A-Z - I'd prefer to have a configuration option to...
# Feature Request ## Problem - I am trying to upgrade my `STAGING` tagged nodes to a new version of Docker. - I am unable to see the tags each...
All CoZ repos need to have an MIT license.
### Problem `GetStorage` RPC call returns a hex encoded string which has been reversed. ### Solution Reverse the string before returning it. Then let the consuming application decode the hex...
All CoZ repos need to have an MIT license.