Michael Fladischer

Results 13 issues of Michael Fladischer

# Running the tests results in: ``` FAIL: test_consumerset_iterconsume (tests.test_pyamqplib.TestAMQPlibMessaging) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/buildd/python-carrot-0.10.5/tests/backend.py", line 465, in test_consumerset_iterconsume assertDataIs({"rkey": "foo.baz"}) File "/tmp/buildd/python-carrot-0.10.5/tests/backend.py", line 446, in assertDataIs...

No really an issue, but is there any rationale on why librabbitmq-c is included in the source? Why not make the installation of the c-library a dependency? The current situation...

I tried to run some games from the exodos list, namely Sid Meiers Civilization. When I start it it only shows the "No executable file found" message. I assume this...

Thanks for providing this great module! I would like to package it for the Debian archive and there is a minor issue when running the tests during package build: Debian...

django_sendfile uses the same package namespace as http://code.google.com/p/pysendfile/. Maybe a better one would be "django_sendfile".

This is a script that I've been using in production for almost 6 years now. Maybe there is some interest in including it directly with pam_shield.

It would be nice if granian could also listen on UNIX domain sockets (UDS), leveraging filesystem permissions to controll access. Both nginx and apache2 (and possible more webservers) support proxying...

enhancement

The original `Task` from celery returns an `AsyncResult` for `task.delay()` and `task.apply_async(args, kwargs)`. I think it should be mentioned that this package exhibits a different behavior (due to technical limitations)...

The `celery.task.base.task` decorator and the `celery.task.base.Task` class have been deprecated.

django-fsm provides a method called `get_all_state_transitions` to get a list of all available transitions.