tab (an anchor tag with a relative href) is not being executed, either
because it is being blocked by the browser, or as a side-effect of other things
being blocked.
Hope this helps,
Daniel
--
L. Daniel Burr
ldanielb...@me.com
(312) 656-8387
> On Sep 16, 2020, at 4:36 PM, Craig Rodrigues wr
ption
and parser to handle the new CertificateOptions arguments. That might be the
right thing to implement.
Hope this helps,
L. Daniel Burr
> On Aug 31, 2020, at 12:02 PM, John Aherne wrote:
>
> Thanks. That was quick.
>
> Just wondering how I can add that to my endpoint_description creat
Hope this helps,
L. Daniel Burr
> On Aug 31, 2020, at 10:47 AM, John Aherne wrote:
>
> I'm using twisted 20.3 and python3.6.8 and Windows 10
>
> I'm using endpoint_description with a tac file to start up a server.
>
> But I need to disable tls 1.0 and 1.1.
Hi Jonah,
I commented on your Gist. tl;dr - your requestAvatarId method isn’t returning
the Deferred you create for the database query, to which your callback is
attached.
Hope this helps,
Daniel
--
L. Daniel Burr
ldanielb...@me.com
(312) 656-8387
On July 11, 2018 at 10:38:47 PM, Jonah
Hi Martin,
On June 14, 2018 at 8:29:45 AM, Martin van Es (mrva...@gmail.com) wrote:
Hi,
I'm trying to timeout a really simple LineReceiver protocol.
It's function is to connect to a daemon, receive a line that's to be
displayed to an end-user upon which the user should undertake some
action. Th
Hi Richard,
On March 12, 2018 at 1:49:41 PM, Richard van der Hoff (rich...@matrix.org)
wrote:
Hi folks,
I thought I'd poll the list on the best way to approach a problem in
Twisted.
The background is that we have a number of resources which can be
requested by a REST client, and which are cal
nally, I don’t mind the weaker approach, but if you wanted to be
completely explicit, I’d look at modifying the connectionLost method of both
the protocol and the protocol wrapper to break circular references.
Thanks for consideration
Best regards,
Ilya
Hope this helps,
Daniel
--
L. Daniel
Hi Clayton,
On February 27, 2017 at 6:07:14 PM, Clayton Daley (clayton.da...@gmail.com)
wrote:
[SNIP]
Obviously Glyph couldn't answer this question so his interjection came off as
condescendingly unhelpful. Perhaps it's not an impression he deserves, but he
got off to a horrible start when
Hi Steven,
On February 13, 2017 at 12:01:49 PM, steven meiers (commercial...@yahoo.de)
wrote:
> Sorry, your code example and your explanation don’t make clear what
> you expect to happen, and when. When you say “the first method that
> is called from my code”, are you referring to aSillyBlock
aSillyBlockingMethod call.
Example:
# this will "sleep" for x seconds
d = threads.deferToThread(aSillyBlockingMethod, 'some argument’)
d.addCallback(runEverySecond)
d.addCallback(printResult)
d.addErrback(printError)
Hope this helps,
On May 9, 2016 at 9:26:31 AM, Amber Hawkie Brown (hawk...@atleastfornow.net)
wrote:
Hi everyone! Time for another Twisted prerelease!
Our release cadence stays steady, and this prerelease should bring some new
nice features! The highlights include:
- twisted.protocols.haproxy.proxyEndpoint, a
Hi Glyph,
On March 23, 2016 at 1:39:53 PM, Glyph (gl...@twistedmatrix.com) wrote:
On Mar 23, 2016, at 9:22 AM, L. Daniel Burr wrote:
My concern is that, should these classes be converted into hybrids via the
@oldStyle decorator, my service may experience some reduction in the number of
Hi Glyph,
On March 22, 2016 at 11:27:10 PM, Glyph (gl...@twistedmatrix.com) wrote:
On Mar 22, 2016, at 12:33 PM, L. Daniel Burr wrote:
Hi all,
Hi Daniel,
I tried to comment on the ticket, but SpamBayes rejected it as spam.
The spam-monitoring queue is empty, which means another admin
ption during the callback
chain. Can you come up with an minimal example the demonstrates the problem?
Daniel
—
L. Daniel Burr
ldanielb...@me.com
(312) 656-8387
___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cg
e better sense to add the call the self.transport.loseConnection()
to your Deferred’s callback chain.
Hope this helps,
Daniel
--
L. Daniel Burr
ldanielb...@me.com
(312) 656-8387___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
from both new- and
old-style classes are extremely slow; avoid at all costs."
Thanks,
Daniel
--
L. Daniel Burr
ldanielb...@me.com
(312) 656-8387___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailma
'.
[SNIP]
Have you considered using https://pypi.python.org/pypi/txLoadBalancer as
the basis for your load-balancer? It supports random, round-robin,
least-connections, and weighted, so perhaps it would suit your needs.
Hope this helps,
L. Daniel Burr
_
Here's one:
http://liangnuren.wordpress.com/2012/08/13/python-json-performance/
- L. Daniel Burr
___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
eflect that is not used within twisted itself does not mean that
applications written using twisted are not using that code.
I think, in general, everyone likes the notion of making a codebase
smaller, but you always have to measure the benef
a protocol might
simplify things a bit in terms of coordination.
Hope this helps,
L. Daniel Burr
___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
rap Twisted around Django… hum…
>
You could run django as a wsgi application inside twisted.
Hope this helps,
L. Daniel Burr
___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
Exit();
> File "/usr/sbin/fireshark.py", line 68, in dirtyExit
> self.checkIfFirefoxWasKilledLoop =
> LoopCall(self.checkIfFirefoxWasKilled)
> exceptions.NameError: global name 'LoopCall' is not defined
Are you talking about task.LoopingCall, or is LoopCall
tting errors, errors when I try to call stop
> when stop perhaps has already been called.
Try checking your LoopingCall's .running attrbute in your code; that
should allow you to avoid spurious calls to .stop()
Hope this helps,
L. Daniel Burr
__
I thought it might be worth mentioning, even though it
isn't part of a widely-adopted JS lib.
Hope this helps,
L. Daniel Burr
___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
nt
> looking.
>
Thanks for the link, I had no idea ldaptor was still being maintained.
That's great news.
As an aside, I recall that ldaptor never could become part of twisted, due
to its licensing. I didn't see any license information in the new repo; I
assume the
25 matches
Mail list logo