Display OpenCode Go subscription usage with a circular indicator in the top panel.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
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.
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')) {
| Version | Status |
|---|---|
| 2 | Unreviewed |
| 1 | Rejected |