Mario Ortiz Manero
Mario Ortiz Manero
Great! Thanks a bunch for the help, I would love more feedback on this app; specially on the user-oriented part that's often forgotten in these kind of projects, and as...
It seems to be fixed by manually updating pip to the latest version...
Ugh that sucks. My issue was solved almost magically, so I didn't end up knowing what was actually going on. It's definitely an issue with PyQt5, and not with Vidify,...
Hey @chonix thanks a lot for showing your fix. Travis actually works now, so I'll probably leave it like that. Updating pip at the beginning is a good idea anyway....
@Jeklah did you try updating pip or using PyQt5 5.14.0? Otherwise, just uninstall PyQt5 and PyQtWebEngine and install PySide2. I could just make PySide2 the default bindings so that these...
@Jeklah No, PySide is just the same as PyQt5. In my opinion it's even better because it already comes with extensions like the web browser, so you don't have to...
I expect this issue to happen with all future versions, too. This will go on until the distros update their `pip` packages (for me 5.14.2 worked with pip 20.1.1 after...
I would only include in the internal section options like whether the user has already gotten past the initial screen and such. For now I don't think `refresh_token` hurts anyone...
This is implemented with #107.
Hi Andrew! This is definitely a very good idea. I had thought of doing this but I had forgotten about it, so it's good that you bring it up. There...