Stephane Poss

Results 19 comments of Stephane Poss

Hi, I'm facing an error using the 'public' package of the package: ``` File "/home/xxxx/.virtualenvs/project_py36/lib/python3.6/site-packages/geomag/__init__.py", line 18, in __singleton__ = GeoMag() NameError: name 'GeoMag' is not defined ``` I believe...

I would leave the _build directory of the doc out of the repository, leave the client make the doc if needed.

It's a big +1 for me. Great improvement!!

I moved the things around (split code and tests), changed the package structure to make it more standard, as there was an unnecessary level. I also fixed some PEP8 conventions....

#3 is much better than this one...

I'm afraid the current version in pypi is outdated and cannot work with python3...

This problem is already fixed in the current master branch.

For the forbidden thing, make sure you have ``` AUTH_LDAP_USER_FLAGS_BY_GROUP = { "is_active": "cn=group,cn=groups,dc=company,dc=com", "is_staff": ["cn=group,cn=groups,dc=company,dc=com"], "is_superuser": "cn=group,cn=groups,dc=company,dc=com" } ``` Seems the `is_superuser` is what is required to be able...

I seem to have the same 'error' when doing a warm shutdown of celery (under supervisor, setting stopasgroup=true) while running a gdal process. ```python [2018-05-17 13:15:41,836: ERROR/ForkPoolWorker-2] tile.tasks.handle_weather_images[9609a901-29f5-4ddf-ba71-a09bde4319d0]: returned a...