Review of "Focus Tasks" version 1

Details Page Preview

Start a focus timer from a Google Tasks task.

Extension Homepage
https://github.com/hassanaziz0012/focus

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-X-004 warning

extensions should avoid synchronous file IO in shell code

Shell code should avoid synchronous file IO APIs like `GLib.file_get_contents()` and `Gio.File.load_contents()`.

File Operations

  • lib/sessionLogger.js:39
    file.load_contents(null)
  • lib/utils.js:78
    Gio.File.new_for_path(CONFIG_PATH).load_contents(null)

All Versions

Version Status
4 Active
3 Rejected
2 Rejected
1 Rejected

Previous Reviews on this Version

hassandev auto- rejected
Auto-rejected because of new version 2 was uploaded
hassandev posted a review
This version had a few bugs. I've fixed them in the latest version, so please don't bother reviewing this one.