Ask Solem

Results 9 issues of Ask Solem

Running ./start.sh I get the following: ``` =PROGRESS REPORT==== 19-Nov-2009::11:11:41 === application: alice started_at: '[email protected]' Eshell V5.6.3 (abort with ^G) =ERROR REPORT==== 19-Nov-2009::11:10:18 === Lost connection with rabbitmq_server. Trying to...

I'm looking for license information but can't find any, what license is this work released under? Can these files be distributed with my BSD licensed project? This is an awesome...

When declaring a "Consumer", the exchange is also declared. This means the consumers `auto_delete` setting will be used for the exchange as well. I see some solutions here: 1) Don't...

The current `Consumer`/`Publisher` classes hides the channels, I think we should rethink the API altogether. Braindump: ``` from carrot import Connection, Consumer, Producer connection = Connection(host="localhost", user="guest", "password="guest", vhost="/") channel...

This shouldn't be necessary. Remember to contact the authorities necessary to resolve this.

I haven't tried it, but it sounds like you need to enable wsgi to pass the authorization header to Chishop. This is done in theapacheconfig with: ``` WSGIPassAuthorization On ```...

*Note*: Before submitting this pull request, please review our [contributing guidelines](https://faust.readthedocs.io/en/master/contributing.html). ## Description Please describe your pull request. NOTE: All patches should be made against master, not a maintenance branch...

`FacebookError` does not call `Exception.__init__`, in addition it abuses `self.args`, which is used by `Exception` to keep the original arguments used when instantiating the exception. This is an example triggering...