Review of "OpenCode Go Indicator" version 1

Details Page Preview

Display OpenCode Go subscription usage with a circular indicator in the top panel.

Extension Homepage
https://github.com/LaneSun/go-usage

No comments.

FAQ

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:377
                    this._retryTimerId = GLib.timeout_add_seconds(
                        GLib.PRIORITY_DEFAULT,
                        delay,
                        () => {
                            this._retryTimerId = null;
                            this.fetchDataWithRetry(maxRetries - 1);
                           
  • extension.js:251
            this._timeoutId = GLib.timeout_add_seconds(
                GLib.PRIORITY_DEFAULT,
                1,
                () => {
                    this._drawingArea.refresh();
                    this._tickCount++;
                    if (this._tickCount >= this._settings.get_int('update-interval')) {
                  

All Versions

Version Status
2 Unreviewed
1 Rejected

Previous Reviews on this Version

lanesun auto- rejected
Auto-rejected because of new version 2 was uploaded