Review of "iWeather" version 2

Details Page Preview

Weather widget for GNOME Shell with hourly and 10-day forecasts, Weather Icons artwork, a thank-you wallet, and an interface in 18 languages. Forecasts and geocoding are fetched from Open-Meteo; automatic city detection uses ipinfo.io. The wallet address is copied to the clipboard only after an explicit user click.

Extension Homepage
https://github.com/minimalm1k3/iweather-gnome-extension

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 manual_review 1

Shexli found 2 issues that may need reviewer attention.

EGO-A-005 manual_review

extensions should not access the clipboard directly

Direct clipboard access via `St.Clipboard.get_default()` requires reviewer scrutiny.

Review Guidelines

  • extension.js:412
    St.Clipboard.get_default()

EGO-A-004 warning

extension files should not contain excessive ungated console logging

File contains 6 ungated console.log/warn/error calls (threshold: 5).

No excessive logging

  • extension.js:401
    console.error(`iWeather interface: ${error}`)
  • extension.js:418
    console.warn(`iWeather clipboard: ${error}`)
  • extension.js:583
    console.warn(`iWeather localized location: ${error}`)
  • extension.js:598
    console.warn(`iWeather localized location: ${error}`)
  • extension.js:603
    console.warn(`iWeather location: ${error}`)
  • extension.js:675
    console.warn(`iWeather forecast: ${error}`)

All Versions

Version Status
4 Unreviewed
3 Rejected
2 Rejected
1 Rejected

Previous Reviews on this Version

minimalmike auto- rejected
Auto-rejected because of new version 3 was uploaded