Joshua John

Results 17 comments of Joshua John

> Additionally, I would like to rename the app-id to io.github.berarma.oversteer as per the flathub app id requirements: > > > The Application ID should be a real URL of...

It isn't necessary, but yeah. I've made the following changes: - Removed the flatpak directory since this needs to be submitted to the flathub repo. - Included an image in...

A flatpak for Oversteer is now live on [flathub](https://flathub.org/apps/io.github.berarma.Oversteer).

Ideally, yes. But I've linked it to the latest commit for now. I'll start following the releases once 0.8.3 is out. That's odd. I'm assuming you're running the driver and...

Awesome. Happy to help!

@vandea05 I'll have the README updated with the information in the next update.

Could something like this work? ```python def get_navigation_toolbar(self, canvas, window=None): return NavigationToolbar(canvas) if matplotlib.__version__ >= '3.6' else NavigationToolbar(canvas, window) ```