Scott Martin
Scott Martin
Tried this, but still received the same Harfbuzz version error: ```shell /Deepnest-1.0.5-x86_64.AppImage --appimage-extract cp /usr/lib/x86_64-linux-gnu/libpango* ./squashfs-root/usr/lib/ ./appimagetool ./squashfs-root deepnest ./deepnest ``` ``` (deepnest:2418861): Pango-ERROR **: 08:59:12.243: Harfbuzz version too old...
Thanks for sharing @JamesRH, this worked for me!
I'm having some issues reproducing those errors / getting a good build (crostini / cloud-shell hijinks)... but here's some hints that might help: The `dataValues` errors you're getting make it...
Made a few tweaks, the app should at least build now. `yarn test` fails in a bunch of ways, afaict due to typescript build failure issues as well. Can you...
I think we should wait and see on this until #697 is fixed, since it heavily throws off combat balance.
That's fair - you're welcome to reject this PR, or suggest something else. I just wanted to share the product of a couple hours of trying to work out pubsub...
> @smartin015 : CI is failing. Can you please investigate to try and get CI to pass? Can do - looks like some deprecation notices are the issue. I'll try...
Okay @BigLep - pushed changes and ran `go vet` and `staticcheck` locally with no errors. I didn't see any other issues in the workflow logs. Can you please run them...
And yet... apparently I needed to `go mod tidy` after mucking with the import names. Apologies, that's also now checked in.
After a bit of browsing... I'm really impressed that Tweak is a single class that can be reasonably understood from source code. Only sticky part is the `mesh` data structure......