Timo Furrer

Results 248 comments of Timo Furrer

@dguo I totally agree! Let's see what @kenneth-reitz can do about this.

That would be great! in X11 a KeyPress and KeyRelease is omitted...

I check if I can come up with a xbk hack.

Great idea ;)

I have a similar case and for me it's not even related to `Depends`, but also happens if you simply use `bind_contextvars()` in the route handler.

Let me give this a shot later today before I merge it :) But looks great!

What kind of shell are you using? The problem seems to be that your shell doesn't support the dot (`.`) to source shell files which is used to activate the...

I'm re-opening this because there is actually a PR for it. @jakul I think #62 fixed your issue, too. Can you please double check?

It's any ways strange that you get an output at all for `command.err`. It seems to work fine when you try to get the stdout from `command.out`.

I've just commited https://github.com/kennethreitz/delegator.py/commit/ad67b14232cd54a36b60afc6b02a3e8a1e75cca2 with which `command.err` is cached properly, but doesn't actually return stderr but stdout (which was already the case before this change. I'll have a look at...