Review of "RunCat" version 16

Details Page Preview

The cat tells you the CPU usage by running speed

Extension Homepage
https://github.com/win0err/gnome-runcat

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)

Shexli has not produced a result yet.

All Versions

Previous Reviews on this Version

JustPerfection rejected
Line 8 (cpu.js), there are 2 problems with that: 1. Will be triggered on 3.38 and 40 too. TextDecoder is not supported there. 2. It is in global scope which is the same as init(): https://gjs.guide/extensions/review-guidelines/review-guidelines.html#only-use-init-for-initialization
Sergei Kolesnikov posted a review
@JustPerfection, I completely forgot about that, my fault. Fixed in v17: https://extensions.gnome.org/review/29350
JustPerfection posted a review
np ;)