Anurag Dhadse
Anurag Dhadse
I too encountered this behavior, but it turned out the code font size and line-number font size weren't equal. Check if they are equal or not.
Yes, I'm on 0.6. The last error does confuse me, probably it could be just `Did you confuse with =/: ...` warning would have made sense 🤔
On version `0.6.0` the libadwaita fails to compile: ``` [0/1] Generating src/cargo-build with a custom command Compiling libadwaita v0.4.2 error[E0432]: unresolved import `crate::SpinRow` --> /home/adhadse/Documents/bookx-testing/_build/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/libadwaita-0.4.2/src/spin_row.rs:3:5 | 3 | use crate::SpinRow;...
I thought relm4 0.6 release had fixed libadwaita version 0.4.1 🤔
Maybe I can learn from this [PR](https://github.com/oae/gnome-shell-pano/pull/222) for pano (clipboard manager)
I tried refactoring the code as per the GJS port extension guide for GNOME 45. Will need to update how the transpilation works, I'll need help.
Worth mentioning [doks](https://github.com/h-enk/doks) by [Henk Verlinde](https://github.com/h-enk) a Hugo theme.
The latest alpha seems to crash before even loading the UI, and leaves orphaned process just like this on Linux.
Add to this, on vanilla GNOME, we don't support the legacy tray-icon API like ubuntu does (and there isn't any work done yet). It's long been deprecated for a better...
Umm, I haven't been working on this project lately cause [Foliate](https://github.com/johnfactotum/foliate) would be getting a GTK4 port soon. Apart from that writing this project would still require the webkit to...