Paul Tagliamonte
Paul Tagliamonte
Ftr my example svg had no script tags On Mar 7, 2014 4:20 AM, "Mounier Florian" [email protected] wrote: > Following to a discussion with GateOne developer, this should be >...
Awesome idea - +1 On Oct 11, 2013 12:24 PM, "fsateler" [email protected] wrote: > It would be great to be able to access buildd logs. Specially from the pts >...
Not a bad idea -- we should likely implement this as a second PEP302 loader -- after all, it is what they were designed for :)
Sure, that sounds totally cool. The major bits of work aren't so much the problem, since it's just invoking code in the importer, we have routines for what I've got...
I'd also like a web-UI based one too, so when running from git, we can enable a feature to drop a Compiler error into a Flask server with a full...
I like where this is going. Having it work like you describe avoids the shitty import problem I had earlier. It would also let us move some code out of...
Seems fair enough!
The direct call site is hitting it with a Unicode string - is aiopg expecting bytes or unicode here? ``` log = yield from container.log(stdout=True, stderr=True) log = log.decode('utf-8') runid...
Giving it a bytestream (keeping it `bytes` not `str`) worked.
Ah I'm so sorry I missed this, I'll review it now