Robert Huselius
Robert Huselius
I am trying to use `MegaApi.startStreaming()` via the Python bindings, but my `MegaTransferListener.onTransferUpdate()` reports huge differences between the values returned by `MegaTransfer.getDeltaSize()` and the lengths of the byte arrays I...
Hi, Is there any way to make the httpServer* methods (httpServerStart(), httpServerAddListener(), etc) available in the Python bindings? I tried `./configure --enable-python --with-libuv` and `--with` all kinds of stuff, but...
Not really an issue, more a suggestion. First some praise: I only recently started using python-social-auth, and it's a joy! The separation of concerns is on point and the "pipeline"...
My setup: ```python class License(PolymorphicModel) class ClassLicense(License) class SchoolLicense(License) ``` When running `manage.py test`, I get an IntegrityError during teardown phase of a test that has created one ClassLicense and...
### Bug Report - At what date and time did you most recently experience the problem? 2021-11-24 16:08:45 UTC - Where did you experience the problem? E.g. Azure Web Apps,...
Thanks for a great app. I just wish the remote control buttons could be made larger. It is very easy to accidentally press the wrong one when you are looking...
I added all newer Django versions and monkey patched `collections` so that the oldest ones would build. I also upgraded Jinja2 because older versions don't work with newer Markupsafe. Then...
### Setup I am including the URLs in a manner similar to that in the docs, i.e. using `path("auth/", include("drf_social_oauth2.urls", namespace="drf"))`. This results in the following URLs: ``` /auth/authorize/ oauth2_provider.views.base.AuthorizationView...