Review of "Blurt" version 1

Details Page Preview

Accurate, multilingual offline speech recognition in GNOME using whisper.cpp. Input text from speech anywhere with the middle mouse button or CTRL+V. For a leaner tool working across all desktop environments, check also BlahST at https://github.com/QuantiusBenignus/blahst.

Extension Homepage
https://github.com/QuantiusBenignus/blurt

No comments.

FAQ

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

All Versions

Version Status
6 Active
5 Active
4 Rejected
3 Rejected
2 Active
1 Rejected

Previous Reviews on this Version

JustPerfection rejected
1. Also null out in disable: ```js siButton = null; siLabel = null; ``` [EGO Review Guidelines: Destroy](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#destroy-all-objects) 2. Please remove `getSettings()` (line 12 `extension.js`) and use `ExtensionUtils.getSettings()` instead. 3. Please fix the indentations in both `extension.js` and `prefs.js`. 4. Move line 7 (`prefs.js`) to `buildPrefsWidget()` and make it local to `buildPrefsWidget()`. you can pass that to `siPreferences()`: [EGO Review Guidelines: Only use initialization for static resources](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#only-use-initialization-for-static-resources) If you need any help with your extension you can ask us on: - [GNOME Extensions Matrix Channel](https://matrix.to/#/#extensions:gnome.org) - IRC Bridge: irc://irc.gimpnet.org/shell-extensions