Vincent Toupet

Results 9 issues of Vincent Toupet

Hi, A great addition would be an auto rotate listener. In order to know whether autorotate is enabled or not, we can check on component mount, on deviceOrientation changed which...

It looks like custom user model is not supported by default within django-rest-auth. I've implemented a custom user model that do not have a username. USERNAME_FIELD is set to 'email'....

I am using your library with Pandas. Performance is not that good (it takes 1-2 seconds to process a full year). The reasons for this are: - operations are performed...

Hi, is there a way to annotate a RasterLayer queryset with pixel value for given coordinates? If not, how would you do to retrieve pixel value for a bunch of...

First, let me thank you for this great django app I've just discovered. This is brilliant. In my project, I am using Celery a lot. I have a lot of...

enhancement

Sentry has been properly set up and I can received 404 errors. Unhandled exceptions (leading to 500 responses) are not sent to Sentry. Are you aware of that problem? Or...

I am running Django coupled with gunicorn (gevent worker). When gunicorn worker is being auto-restarted (max-requests value is reached), APM client gets stuck most of the time: Following is the...

bug
agent-python
community

This would be nice to add a debug log for custom task JobId when `scheduleTask` is called. This way, we could test custom task with the JobScheduler: `adb shell cmd...

enhancement