Review of "Tiling Assistant" version 11

Details Page Preview

Expand GNOME's 2 column tiling and add a Windows-snap-assist-inspired popup...

Extension Homepage
https://github.com/Leleat/Tiling-Assistant

No comments.

Diff Against

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

All Versions

Previous Reviews on this Version

andyholmes rejected
Sorry, I must have missed this before, but you can't call `GLib.free()` on anything in GJS. You must let the garbage collector free data, or you could segfault gnome-shell. Please fix that for your next release. newer version approved
Leleat posted a review
Thanks, I was following https://gjs-docs.gnome.org/gio20~2.66p/gio.file#method-load_contents where it was mentioned that I need to do that. I guess the docs then don't always apply to gnome-shell? Any place/guide where I can see when I would need to diverge from them?