Re: [Twisted-Python] Broken Javascript on https://twistedmatrix.com ?

2020-09-16 Thread Glyph
We were depending on some Google APIs that were disabled a really long time ago, so I pushed & deployed this commit >

Re: [Twisted-Python] Broken Javascript on https://twistedmatrix.com ?

2020-09-16 Thread L. Daniel Burr
Hi Craig, No error is being emitted to the console when you click on a tab. There are some cross-origin script failures being logged, and Firefox blocked google urchin, which causes some more error messages. As far as I can tell, the JS code that is supposed to hook up the clicking of the tab

[Twisted-Python] Broken Javascript on https://twistedmatrix.com ?

2020-09-16 Thread Craig Rodrigues
If I go to https://twistedmatrix.com and click on one of the tabs in the *Code Examples* section, such as *Publish/Subscribe*, the tab does not switch. This looks like a Javascript problem. Does anyone with knowledge of Javascript have an idea what the problem is? -- Craig __

Re: [Twisted-Python] Black enabled in trunk

2020-09-16 Thread Glyph
On September 15, 2020 at 11:04:45 PM, Tom Most (t...@freecog.net ) wrote: > On Tue, Sep 15, 2020, at 7:26 AM, Kyle Altendorf wrote: > > On 2020-09-14 13:43, Glyph wrote: > > > > >> On Sep 13, 2020, at 11:45 PM, Tom Most > >> > wrote: > > >> To ad

Re: [Twisted-Python] doWrite on twisted.internet.tcp.Port

2020-09-16 Thread Barry Scott
On Tuesday, 15 September 2020 19:37:41 BST Glyph wrote: > > On Sep 15, 2020, at 10:05 AM, Barry Scott > > wrote: > > > > We do this so that we can open priv'ed ports that the children will share. > > We drop priv's after the priv'ed ports are opened. > > A better way to do this might be to use