Michael Altfield

Results 529 comments of Michael Altfield

Ok, it looks like Bintray was some sort of file host for software deps run by JFrog, some sort of company that sells supply chain deps solution (looks like insecure...

I'm able to download the manifest from the GitHub docker registry where Homebrew now stores its bottle files, but I can't figure out how to get the actual files First,...

I thought maybe it would be easier to use `docker` to pull the image than `wget`, but it complains that my OS isn't supported. Well, duh, I'm just trying to...

See also: * https://github.com/orgs/community/discussions/69687

I asked a more general question on SE about how to download a GitHub Package file from the GitHub Container Registry: * https://stackoverflow.com/questions/78164818/how-to-download-a-file-from-github-container-registry-cli-command-github-packa

I've been in contact with the `libusb` devs on the issue linked-above, and they said they'll look into adding docs listing their PGP keys used to signed their release. In...

Thanks for the ticket :) Just to clarify: Currently, if the font file is missing, no font is rendered at-all? It doesn't currently fallback to system fonts? If fallback is...

I can reproduce the issue where the app doesn't load when the fonts file cannot be found. However: 1. I see no cross-platform way to get the "system default font"...

As for fallbacks to system fonts, I don't think that's possible in python/kivy. The best I could do is find some random font in the fonts dir returned by kivy's...

TODO: make this more robust by 1. Renaming "Roboto", "RobotoMedium", and "RobotoMono" to "FontRegular", "FontMedium", and "FontMono" 2. If the first attempt to load the fonts in `buskill_gui.py` fails, then...