Results 17 comments of NaOH

@RobLoach, I've now added a unit test for scaling (`test/graphics/scale.lua`). It also tests that image offset is correctly applied (the ox, oy field in [love.graphics.draw](https://love2d.org/wiki/love.graphics.draw)). Image offset was previously applied...

> Hmmm, we could possibly expose something like `love.config.transform` or `love.config.composition` or something? Okay, I've added this. See [diff](https://github.com/libretro/libretro-lutro/pull/215/commits/e4f931df04ee916d0446b8313bec689e2dfbd699#diff-6631924c0d3acae1babbd6bef34d985aaff1ab8d384c3d4e8a5a5e54be66c5ae) in `lutro.c`.

[Here](https://github.com/nstbayless/CV1-controls/blob/master/patch.asm) is a source file showcasing the new patching directives.

Well, it seems that Dn-famitracker has removed or never implemented the JSON export option. So it makes the most sense to contribute this PR to 0CC, the only fork of...

Also this: #20995 Seems like this is becoming one of the most commonly-requested features :)

@bploetz's workaround only makes the scrollbar slider opaque. A workaround to make the scrollbar itself opaque while not having a visible minimap: ``` "editor.minimap.maxColumn": 0, "editor.minimap.enabled": true, ``` Make sure...

@ps2goat try these settings: > ``` > "editor.minimap.maxColumn": 0, > "editor.minimap.enabled": true, > ```

Also, there are a couple instances in the codebase of "Song" being replaced with "Track," also inconsistently. This is surprising because in "Track" is also used to refer to Channels...

Ah, I hadn't realized that 0CC had changed this versus Famitracker. Still, it might be a good idea to fix the song/module name problem. It's often a point of confusion...