Philipp Hagemeister
Philipp Hagemeister
We're seeing the same problem. Is there a chance for an upstream fix instead of us having to monkeypatch?
Excellent. I don't really care about the syntax. `pragma:ignore` is apparently used by some exotic C# validators, and Python's nosetest uses `pragma: no cover`. `cover: false` is excellent and allows...
@floriancargoet Great, that works. Thank you very much for implementing it!
For me, this fails with: ``` $ bin/adhocpy -c 'import zlib;print(zlib.__file__)' /home/phihag/inavm/adhocracy_buildout/python/python-2.7/lib/python2.7/lib-dynload/zlib.so $ bin/uwsgi --ini-paste etc/adhocracy.ini [uWSGI] getting INI configuration from etc/adhocracy.ini Mon Jul 1 02:00:18 2013 - *** Starting...
When I install multiple times (just run `./build.sh`), this build uwsgi every time, unlike all other dependencies. Are we by accident deleting any output files or so?
@nidico Fixed the installation problem in e49fd899e58df92fc543d0186776a3d2b29cbe10 ; python needed to be re-compiled.
With the changes, uwsgi starts and serves the correct page, but still mentions ``` Mon Jul 1 03:11:48 2013 - unable to stat() true, events will be triggered as soon...
We should require `login_types` to include `email-token`. Also, it looks like this PR is missing the necessary changes to the template.
What behavior would you expect? I'm quite fine with the current one - if we deleted a proposal, there is probably a strong reason why we did so, and users...
Sorry that it took so long, but I'm currently working on updating to the current cpython version of ipaddress. Unfortunately, there's a high number of merge conflicts. I'll look at...