Review of "Angry Mouse" version 6

Details Page Preview

Reveal the active pointer with a large animated cursor, or draw a fading laser trail while dragging.

Extension Homepage
https://github.com/Jamir-boop/angry-mouse-gnome

No comments.

Diff Against

Files

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

Shexli (experimental) warning 1

Shexli found 1 issue that may need reviewer attention.

EGO-L-004 warning

main loop sources should be removed in disable()

Main loop sources assigned in `enable()` are missing matching removals in `disable()` or its helper methods.

Remove main loop sources

  • extension.js:632
            this._laserPollId = GLib.timeout_add(GLib.PRIORITY_DEFAULT, 30, () => {
                const ok = this._guard('activation-poll', () => {
                    this._updateLaserActivation(global.get_pointer()[2], false);
                    return true;
                }, false);
                if (ok && this._l

All Versions

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

Previous Reviews on this Version

JustPerfection active