Emilio Moretti
Emilio Moretti
wayland is also affected: https://github.com/sn4k3/UVtools/issues/836#issuecomment-1949546997 UVtools had to downgrade to 11.0.7 to get it to work again.
The use case is: One google setup for the public side of the app. another, independent google setup for the internal administration page, exclusive to employees and administered separately under...
Thanks! This is very helpful. The other oauth was done outside of flask_dance, so there is no need, but It's very good that you mention it, because it may come...
I'm glad you asked. I almost forget about it. I just sent it. Feel free to change it as much as needed
hmm... I can't get it to pass sphinx doc formatter. It's not accepting the python sample code block. Are you familiar with the syntax? Because I'm not and the documentation...
Hi... I'd discourage that kind of usage. It will try to run the coverage app for your entire virtual environment, and it could take a while depending on how big...
It's supposed to run against a temporary Postgresql database, not MySql. Yet that's not the problem. The problem is that the requirements.txt from your project is trying to install mysql....
Thanks for the fixture workaround. Using a decorator does not seem to work, but the fixture did. This bug is actually very problematic while developing the test cases, and it...
is there anything else blocking the upgrade? We just need a new version of pixels to bump the version. right?
What happens if I want to write a function that does some things and finally enables a python virtualenv (overlay use...) in whatever current directory I'm currently at? In bash...