Jakob Ackermann

Results 133 comments of Jakob Ackermann

@littlebigbot thanks for the answers. Could you try using a virtual environment to start hangups? re https://github.com/tdryer/hangups/issues/339#issuecomment-314575597

@littlebigbot Why do the paths differ? > /tmp/pvenv/bin/python3 and > /private/tmp/pvenv/lib/python3.6 Can you post the output of ``$ /tmp/pvenv/bin/pip3 freeze`` please?

This seems to be an upstream issue for `urwid`. Can you provide a `pip3.5 freeze` output? Which terminal are you using?

> I'm also interested in what cloud you use, because I'm curious as to why your agents don't just pickup work as they get started but rely on retention strategy...

I've rebased this PR onto the last weekly release to fix conflicts with #5732 (Sort imports). _(A cursory test of the happy paths checks out: startup/teardown delay remains

> Hi @das7pad, do you have any interest in continuing with this PR? Yes. I've opened https://github.com/jenkinsci/jenkins/pull/7037 with the config option in the GUI.

Take a look at the `spawn` plugin: https://github.com/hangoutsbot/hangoutsbot/wiki/Spawn-Plugin

v2.8 and v3.0 expect a full filename in the content-disposition of the remote resource. This is not always the case. See this example `'inline;filename="0123456789"'` (_the actual number was different_). Let's...

@ekct The python module which is used for this plugin is in its current version not backwards compatible. You could try installing an old version, ``pip3 install wolframalpha==1.2 --upgrade`` might...

The 'crash' is an endless loop of exception messages, right? That's a telepot issue I've seen recently caused by multiple ``HangupsBot`` (or ``telepot.Bot``) instances with the same credentials. Are you...