Re: [Twisted-Python] Is there pb documentation somewhere?

2014-08-06 Thread Kevin Mcintyre
This discussion seems relevant to a design pattern "Yearbook Lifecycle" that I'm using for athleets.com and junkeet.com. Design Goal: 1) Maintain yearbooks across state, allowing students to delegate access control to classmates as a series of transformations (recursive web renders) - here sign m

Re: [Twisted-Python] Embedding manhole interpreter into insults widget.

2014-08-06 Thread Glyph Lefkowitz
On Aug 6, 2014, at 11:14 AM, Maxim Lacrima wrote: > The reason is that on each keystroke, the whole terminal buffer is redrawn. I > wonder how I can optimize this. Currently I don't see a solution. Also I am > wondering if I took right approach to embed manhole interpreter into a widget > in

[Twisted-Python] Embedding manhole interpreter into insults widget.

2014-08-06 Thread Maxim Lacrima
Hello, I have been trying to create a widget that encloses manhole interpreter. Here is somewhat hacky implementation that I came up with at this moment: 1 from twisted.conch.insults import insults 2 from twisted.conch.insults import window 3 from twisted.conch.insults import helper 4 fro