-
I am trying to upgrade my reconnoiter installation which already runs on the same server, which I try to compile the latest version of reconnoiter on.
This is done from a fresh git clone.
Any ideas…
vrou updated
10 years ago
-
OS: OS Mvericks
Sublime Text 3 Build: 3047
To reproduce:
Eventer a few lines of random text.
In normal mode, select any line and enter DD to delete the line.
Enter U to undo the deletion.
Enter ctrl-…
-
Trying to use rabbitmq-c with python-librabbitmq in celery throws a SEGV in amqp_pool_alloc, here is the full backtrace:
```
(gdb) run
Starting program: /usr/bin/python /usr/bin/django-admin celery w…
fladi updated
10 years ago
-
Estamos teniendo este error al deployar en Heroku (test):
/app/config/initializers/devise.rb:8:in 'block in ': undefined method `secret_key=' for Devise:Module (NoMethodError)
-
[this file](https://github.com/Tieske/CopasTimer/blob/switch_to_ldoc/source/copas/eventer.lua) displays two tables when rendered.
If you now remove line [609](https://github.com/Tieske/CopasTimer/blo…
-
LDoc gives me the error below when running `ldoc .` on this branch; [CopasTimer](https://github.com/Tieske/CopasTimer/tree/switch_to_ldoc) (I tested using LDoc master)
```
C:\Users\Thijs\Dropbox\Lua …
-
In our staging environment, we've been seeing intermittent errors like "AMQPConnectionException: (505, u'UNEXPECTED_FRAME - expected content header for class 60, got non content header frame instead',…
ghost updated
11 years ago
-
add an eventer and corresponding accessor methods.
should be able to support events like 'error', 'not found', '404', '500', 'render', and 'redirect' events.
Pass response object to controllers so th…
-
It seems as if sometimes (you can see it using test.js) a single emitted event gets picked up by all workers - I guess this is because they read it both from MongoDB before the `handled` flag gets set…
-
I have been using celery for a while, recently i upgraded to version 2.4.5 from 2.1.3 and when i try to do the following on python shell
> > > from celery.task.http import HttpDispatchTask
> > > res…