Michael Altfield

Results 529 comments of Michael Altfield

In my latest commit, I have eliminated all references in the markup to Roboto fonts. Now fonts will just be rendered using the `default_font` Setting that's originally setup by Kivy...

I've successfully gotten the app to update the font face of all widgets when the user exits the Settings menu, but now I'm struggling with the "reset" button again now...

The latest commit to the font_setting branch now includes otf files (in addition to ttf files) for fonts, so users can now select a custom font in the GUI, including...

This has been merged into the `dev` branch

TODO: test on macOS & Windows (blocked by #78)

I finally was able to hack together a MacOS build, and I found a bug. The app crashes immediately with failure to find `mdicons.ttf` * https://github.com/BusKill/buskill-app/issues/78#issuecomment-2028532236 ``` 02:30:54,319 buskill_gui DEBUG...

Somehow it looks like the Material Design font is no longer being included in our MacOS builds From the logs we can see that our app's font dir *is* part...

After adding the `bk.APP_DIR` to the `font_dirs` list, I was finally able to open the app on MacOS. Unfortunately, the hamburger menu icon is missing. And, f I slide the...

ok, so the issue is that my old MacOS release had a bunch of symlinks from Contents/MacOS/* -> Contents/Resources/* but the new one does not ``` maltfield@host ~ % ls...

Originally my plan was to just [3TOFU](https://tech.michaelaltfield.net/2024/08/04/3tofu/) the dependencies once and only store a `SHA256SUMS` file in the repo. That way it's lightweight and I don't risk comprimising the app's...