Calculator built into the Overview, select answer to copy to clipboard.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
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