Review of "Overview Calculator" version 1

Details Page Preview

Calculator built into the Overview, select answer to copy to clipboard.

Extension Homepage
https://github.com/IvanBez42/OverviewCalculator

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
4 Active
3 Active
2 Rejected
1 Rejected

Previous Reviews on this Version

JustPerfection rejected
1. Please don't use old `imports` (line 3 `extension.js`). 2. Remove unnecessary try and catch blocks in disable. 3. Don't use sync spawn since that can freeze the shell process (line 84 `extension.js`): [GJS Guide: Subprocesses](https://gjs.guide/guides/gio/subprocesses.html#complete-examples) 4. The command you are using in line 77 and 79 can be dangerous since it is using the user input in the command line. 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