glasswings

Results 7 comments of glasswings

I'm dropping in with peer-to-peer commentary if that's okay. The PR is based on v0.6.0-26-g761a0a1 and doesn't apply cleanly to main. This is because of code reorganization near v0.6.0-32-gfd3c2bf (Start...

Bisected using Git and `-r` ``` ./inst/bin/diffuse -r $(git rev-parse v0.7.6) CHANGELOG.md -r $( git rev-parse v0.7.7) CHANGELOG.md ``` Good: both tabs have commit hashes visible Bad: right tab is...

I see two approaches a fix could take: - restore the original argument parser - use Gtk's parser to handle positional arguments in a way that's compatible with v0.7.7 I'm...

I confirmed that this has the same root cause as #214 by bisecting the behavior of ``` diffuse CHANGELOG.md -t README.md ``` In 0.7.7 you'd get two tabs, each one...

Reproduced in 3bb21f9 (master) Reproduced in ec396b1 (approximately 6.28.0 -- that release wasn't tagged) If you're aware of a version in which Gallery behaved behaved better, please mention it. It...

I couldn't build it (Gradle vs Kotlin nonsense :cry:) but I installed the binary. It detected the smaller dimensions. So I don't think this is a regression, Gallery has always...

After some print debugging... It looks like the plugin named "textile" ends up importing itself. Maybe the plugin should never have been named "textile" because it conflicts with the library...