Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

Any sufficiently advanced technology is indistinguishable from a rigged demo.


computers / alt.comp.software.seamonkey / GitHub hates everyone, redux

SubjectAuthor
* GitHub hates everyone, reduxDirk Fieldhouse
`* GitHub hates everyone, reduxDirk Fieldhouse
 `* GitHub hates everyone, reduxNuno Silva
  `* GitHub hates everyone, reduxDirk Fieldhouse
   `* GitHub hates everyone, reduxgerry 666uk
    `* GitHub hates everyone, redux (but less than before)Dirk Fieldhouse
     `* GitHub hates everyone, redux (but less than before)gerry 666uk
      `* GitHub hates everyone, redux (but less than before)Dirk Fieldhouse
       `- GitHub hates everyone, redux (but less than before)gerry 666uk

1
GitHub hates everyone, redux

<1Zydnb6dbOwPdYf4nZ2dnZfqnPednZ2d@brightview.co.uk>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=1051&group=alt.comp.software.seamonkey#1051

  copy link   Newsgroups: alt.comp.software.seamonkey
Path: i2pn2.org!rocksolid2!i2pn.org!weretis.net!feeder8.news.weretis.net!newsreader4.netcologne.de!news.netcologne.de!peer01.ams1!peer.ams1.xlned.com!news.xlned.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!Xl.tags.giganews.com!local-1.nntp.ord.giganews.com!nntp.brightview.co.uk!news.brightview.co.uk.POSTED!not-for-mail
NNTP-Posting-Date: Mon, 02 Oct 2023 15:58:10 +0000
Newsgroups: alt.comp.software.seamonkey
X-Mozilla-News-Host: news://usenet.plus.net:119
From: surname@gmx.net.plusremovethisandtherest.example.com (Dirk Fieldhouse)
Subject: GitHub hates everyone, redux
Organization: speaking personally
Date: Mon, 2 Oct 2023 16:58:10 +0100
User-Agent: Mozilla/5.0 (X11; Linux i686; rv:91.0) Gecko/20100101 Firefox/91.0
SeaMonkey/2.53.17.1
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Message-ID: <1Zydnb6dbOwPdYf4nZ2dnZfqnPednZ2d@brightview.co.uk>
Lines: 51
X-Usenet-Provider: http://www.giganews.com
X-Trace: sv3-oDiv6YW6pV8oaQAxf/pLcKxlwrQwcemHr1ee9UDruT7lJ7UnkdM6TBh3W+yePF7bUItw9asAmWGaLAZ!In2JiHayvqIuJmYsKV+bTM7huinm+FnKVsQxCN0Fj+lLq+8ovJ7pdCJlmZ20BcRwzsJ5owieOO9G!YMKk3pyU6//ZJ2gI/He88LQ=
X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
X-Postfilter: 1.3.40
X-Received-Bytes: 3170
 by: Dirk Fieldhouse - Mon, 2 Oct 2023 15:58 UTC

On 05/08/2023 23:07, Dirk Fieldhouse wrote:

> Seems like most of GitHub is working in 2.53.17 with webcomponents and custom_elements enabled (non-default settings), and no PaleFill or user scripting, but no doubt the children will find a new way of screwing the whole thing up.

And indeed dynamic pop-up menus now fail, eg the comment ... menu shows
only Quote Reply and a whirling wait image replaced by "Something went
wrong" where Edit, Hide, etc, should be shown.

The error is in this code:
<https://github.githubassets.com/assets/app/assets/modules/github/virtual-listbox-focus-state.ts>

TypeError: t.values is not a function virtual-listbox-focus-state.ts:20:46
VirtualListboxFocusState virtual-listbox-focus-state.ts:20:46
connectedCallback project-picker-element.ts:59:20
connectedCallback core.js:44:32
CatalystDelegate/e.prototype.connectedCallback core.js:12:21
f register.js:12:30
CatalystDelegate core.js:33:8
S controller.js:9:4
f
https://github.githubassets.com/assets/chunk-app_components_sidebar_project-picker-element_ts-18536df0171f.js:1:3450
[73209] project-picker-element.ts:33:6
s bootstrap:19:31
s self-hosted:1032:17

Failing TS code:

export default class VirtualListboxFocusState<V> {
constructor(rootElement: VirtualListElement<V>) {
this.#rootElement = rootElement
this.#itemsArray = Array.from(rootElement.values()) /* here */
this.#onReleaseFocus = this.releaseFocus.bind(this)
this.#rootElement.addEventListener('focus', () => {

Resulting transpiled JS:
/* snip */
constructor(t) {
/* snip */
l(this, c, t),
l(this, d, Array.from(t.values())),
l(this, b, this.releaseFocus.bind(this)),
a(this, c).addEventListener('focus', () = > {

Whatever rootElement aka t is doesn't have a .values() method.

/df

--
London
UK

Re: GitHub hates everyone, redux

<MS-dnVkYstyXAIH4nZ2dnZfqnPqdnZ2d@brightview.co.uk>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=1053&group=alt.comp.software.seamonkey#1053

  copy link   Newsgroups: alt.comp.software.seamonkey
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!feeder.usenetexpress.com!tr1.iad1.usenetexpress.com!69.80.99.22.MISMATCH!Xl.tags.giganews.com!local-2.nntp.ord.giganews.com!nntp.brightview.co.uk!news.brightview.co.uk.POSTED!not-for-mail
NNTP-Posting-Date: Tue, 03 Oct 2023 23:00:26 +0000
Subject: Re: GitHub hates everyone, redux
Newsgroups: alt.comp.software.seamonkey
References: <1Zydnb6dbOwPdYf4nZ2dnZfqnPednZ2d@brightview.co.uk>
From: surname@gmx.net.plusremovethisandtherest.example.com (Dirk Fieldhouse)
Organization: speaking personally
Date: Wed, 4 Oct 2023 00:00:25 +0100
User-Agent: Mozilla/5.0 (X11; Linux i686; rv:91.0) Gecko/20100101 Firefox/91.0 SeaMonkey/2.53.17.1
MIME-Version: 1.0
In-Reply-To: <1Zydnb6dbOwPdYf4nZ2dnZfqnPednZ2d@brightview.co.uk>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Message-ID: <MS-dnVkYstyXAIH4nZ2dnZfqnPqdnZ2d@brightview.co.uk>
Lines: 14
X-Usenet-Provider: http://www.giganews.com
X-Trace: sv3-FBdgiqaCgCFZg2KO5x5nIvDe3Hlvsnvci3/r7/kUnKbuKCH1HWEOIAgCDOnjHWc3rmpPl7oZD99aMRQ!5wTcAH04Dfw3OBV3rT624zHQHjfBZQlnG+YiQP46eMMNLndoreIzaMtbNs1+AOsnrX3N/sZriQxu!D0/Id++2qO7bwIzUPifzROM=
X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
X-Postfilter: 1.3.40
 by: Dirk Fieldhouse - Tue, 3 Oct 2023 23:00 UTC

Also this fragment found in two places

m=class extends
Event{oldState;newState;constructor(e,{oldState:t="",newState:n="",...o}={}

causes "SyntaxError: missing : after property id" and breaks the actual
code display. "You had one job..."

/df

--
London
UK

Re: GitHub hates everyone, redux

<ufj91t$2q88$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=1054&group=alt.comp.software.seamonkey#1054

  copy link   Newsgroups: alt.comp.software.seamonkey
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: nunojsilva@invalid.invalid (Nuno Silva)
Newsgroups: alt.comp.software.seamonkey
Subject: Re: GitHub hates everyone, redux
Date: Wed, 04 Oct 2023 09:54:25 +0100
Organization: A noiseless patient Spider
Lines: 22
Message-ID: <ufj91t$2q88$1@dont-email.me>
References: <1Zydnb6dbOwPdYf4nZ2dnZfqnPednZ2d@brightview.co.uk>
<MS-dnVkYstyXAIH4nZ2dnZfqnPqdnZ2d@brightview.co.uk>
MIME-Version: 1.0
Content-Type: text/plain
Injection-Info: dont-email.me; posting-host="675aef175ab81c595dce2410ef41c336";
logging-data="92424"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX192DH48pAXZUci+bxMQBSuM"
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)
Cancel-Lock: sha1:1SnV8Kgwel2pCM5OAyAtVLHbIBE=
 by: Nuno Silva - Wed, 4 Oct 2023 08:54 UTC

On 2023-10-04, Dirk Fieldhouse wrote:

> Also this fragment found in two places
>
> m=class extends
> Event{oldState;newState;constructor(e,{oldState:t="",newState:n="",...o}={}
>
>
> causes "SyntaxError: missing : after property id" and breaks the
> actual code display. "You had one job..."
>
> /df

Is this the code display - showing file content - that used to work
without javascript until recently?

That, to me, dealt a huge blow to the usefulness of github here. It used
to be possible to look at several files and navigate around the file
tree without javascript...

--
Nuno Silva

Re: GitHub hates everyone, redux

<jSednV-gmoKXo4D4nZ2dnZfqnPqdnZ2d@brightview.co.uk>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=1056&group=alt.comp.software.seamonkey#1056

  copy link   Newsgroups: alt.comp.software.seamonkey
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!Xl.tags.giganews.com!local-1.nntp.ord.giganews.com!nntp.brightview.co.uk!news.brightview.co.uk.POSTED!not-for-mail
NNTP-Posting-Date: Wed, 04 Oct 2023 10:27:22 +0000
Subject: Re: GitHub hates everyone, redux
Newsgroups: alt.comp.software.seamonkey
References: <1Zydnb6dbOwPdYf4nZ2dnZfqnPednZ2d@brightview.co.uk>
<MS-dnVkYstyXAIH4nZ2dnZfqnPqdnZ2d@brightview.co.uk>
<ufj91t$2q88$1@dont-email.me>
From: surname@gmx.net.plusremovethisandtherest.example.com (Dirk Fieldhouse)
Organization: speaking personally
Date: Wed, 4 Oct 2023 11:27:21 +0100
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5)
AppleWebKit/536.26.17 (KHTML like Gecko) Version/6.0.2 Safari/536.26.17
MIME-Version: 1.0
In-Reply-To: <ufj91t$2q88$1@dont-email.me>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Message-ID: <jSednV-gmoKXo4D4nZ2dnZfqnPqdnZ2d@brightview.co.uk>
Lines: 24
X-Usenet-Provider: http://www.giganews.com
X-Trace: sv3-8wgfxJD0+cAPc0nvuluJC1V19lgy1lrVACb6jZzRsCv1xYVsnFnjv/5XMsCmJL4dWQcW1hR1MYtr+ai!X8aI58q93BvC5KBDnUmlDYci7bQdYcNTGeQPam07GkRs1G6EmGmkpocUQUCYCvKisf8cSJ3iTZYK!oabDKrr48+EKMS4YX2u/f88=
X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
X-Postfilter: 1.3.40
X-Received-Bytes: 2010
 by: Dirk Fieldhouse - Wed, 4 Oct 2023 10:27 UTC

On 04/10/2023 09:54, Nuno Silva wrote:
> On 2023-10-04, Dirk Fieldhouse wrote:
>
>> Also this fragment found in two places
>>...
>> causes "SyntaxError: missing : after property id" and breaks the
>> actual code display. "You had one job..."
>
> Is this the code display - showing file content - that used to work
> without javascript until recently?

Yes.

> That, to me, dealt a huge blow to the usefulness of github here. It used
> to be possible to look at several files and navigate around the file
> tree without javascript...

Codeberg FTW. But I can't force other people's GH projects to leave.

/df

--
London
UK

Re: GitHub hates everyone, redux

<ufpje1$1rbgn$2@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=1067&group=alt.comp.software.seamonkey#1067

  copy link   Newsgroups: alt.comp.software.seamonkey
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: gerry666uk@protonmail.com (gerry 666uk)
Newsgroups: alt.comp.software.seamonkey
Subject: Re: GitHub hates everyone, redux
Date: Fri, 6 Oct 2023 19:25:05 +0100
Organization: A noiseless patient Spider
Lines: 21
Message-ID: <ufpje1$1rbgn$2@dont-email.me>
References: <1Zydnb6dbOwPdYf4nZ2dnZfqnPednZ2d@brightview.co.uk>
<MS-dnVkYstyXAIH4nZ2dnZfqnPqdnZ2d@brightview.co.uk>
<ufj91t$2q88$1@dont-email.me>
<jSednV-gmoKXo4D4nZ2dnZfqnPqdnZ2d@brightview.co.uk>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Fri, 6 Oct 2023 18:25:05 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="b066a6346917df7f4e9d98856d2addaf";
logging-data="1945111"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+Izp/Qbw6OT4jioPaeWKuPWIE1svgWOUI="
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101
Firefox/91.0 SeaMonkey/2.53.18
Cancel-Lock: sha1:q8dnWwX2fGikzdNt8IiQM1byvJQ=
X-Mozilla-News-Host: news://nntp.aioe.org
In-Reply-To: <jSednV-gmoKXo4D4nZ2dnZfqnPqdnZ2d@brightview.co.uk>
 by: gerry 666uk - Fri, 6 Oct 2023 18:25 UTC

Dirk Fieldhouse wrote:

>> That, to me, dealt a huge blow to the usefulness of github here. It used
>> to be possible to look at several files and navigate around the file
>> tree without javascript...
>
> Codeberg FTW. But I can't force other people's GH projects to leave.

I'm seeing a more serious problem, from just a few days ago

Browsing to:

https://github.com/skullanbones/mpeg2ts

The home page works, I can see the files tree and contents of the
README.md file.

BUT, if I click on LICENSE.md, I just get a (mostly) blank screen.

Is that the same issue?

Re: GitHub hates everyone, redux (but less than before)

<IZqdnQwjZYOR4L34nZ2dnZfqnPudnZ2d@brightview.co.uk>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=1068&group=alt.comp.software.seamonkey#1068

  copy link   Newsgroups: alt.comp.software.seamonkey
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!border-2.nntp.ord.giganews.com!nntp.giganews.com!Xl.tags.giganews.com!local-1.nntp.ord.giganews.com!nntp.brightview.co.uk!news.brightview.co.uk.POSTED!not-for-mail
NNTP-Posting-Date: Fri, 06 Oct 2023 21:33:00 +0000
Subject: Re: GitHub hates everyone, redux (but less than before)
Newsgroups: alt.comp.software.seamonkey
References: <1Zydnb6dbOwPdYf4nZ2dnZfqnPednZ2d@brightview.co.uk>
<MS-dnVkYstyXAIH4nZ2dnZfqnPqdnZ2d@brightview.co.uk>
<ufj91t$2q88$1@dont-email.me>
<jSednV-gmoKXo4D4nZ2dnZfqnPqdnZ2d@brightview.co.uk>
<ufpje1$1rbgn$2@dont-email.me>
From: surname@gmx.net.plusremovethisandtherest.example.com (Dirk Fieldhouse)
Organization: Speaking personally
Date: Fri, 6 Oct 2023 22:32:59 +0100
User-Agent: Mozilla/5.0 (X11; Linux i686; rv:91.0) Gecko/20100101 Firefox/91.0
SeaMonkey/2.53.17.1
MIME-Version: 1.0
In-Reply-To: <ufpje1$1rbgn$2@dont-email.me>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
Message-ID: <IZqdnQwjZYOR4L34nZ2dnZfqnPudnZ2d@brightview.co.uk>
Lines: 26
X-Usenet-Provider: http://www.giganews.com
X-Trace: sv3-gdiXKe/f60MmkJKkCeLz6NK4hZKhYTnr6PWv0gq/E7R5iU03Vyr6+mGSvHw25IGKiVvtvEO+yOCSpCr!Jn2uH3KqeO/57IWVEbVNlC7oDV/zK/DvvS4rcmd6nQkuPlpAQyJ3uwXisUYIHZ6rwjTpSu5cL5ju!ePTCM4tcJKjcK8SdXnJBAXI=
X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
X-Postfilter: 1.3.40
 by: Dirk Fieldhouse - Fri, 6 Oct 2023 21:32 UTC

On 06/10/2023 19:25, gerry 666uk wrote:
>...>
> https://github.com/skullanbones/mpeg2ts
>
> The home page works, I can see the files tree and contents of the
> README.md file.
>
> BUT, if I click on LICENSE.md, I just get a (mostly) blank screen.
>
> Is that the same issue?

It's the problem that Nuno mentioned. But ... dut-dut-daaah ... GH seems
to have secretly reintroduced non-JS code browsing **just now**. Try
again (WFM).

To be fair, this was promised after the code browser pages were
upgraded/broken but I'd just about lost hope of the promise being
fulfilled. Ofc it could just be a roll-out accident and break again in a
few days. The editor doesn't work without JS, though, which is still
broken compared with the old code browser.

/df

--
London
UK

Re: GitHub hates everyone, redux (but less than before)

<ug9cn1$2ks06$2@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=1104&group=alt.comp.software.seamonkey#1104

  copy link   Newsgroups: alt.comp.software.seamonkey
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: gerry666uk@protonmail.com (gerry 666uk)
Newsgroups: alt.comp.software.seamonkey
Subject: Re: GitHub hates everyone, redux (but less than before)
Date: Thu, 12 Oct 2023 19:08:33 +0100
Organization: A noiseless patient Spider
Lines: 9
Message-ID: <ug9cn1$2ks06$2@dont-email.me>
References: <1Zydnb6dbOwPdYf4nZ2dnZfqnPednZ2d@brightview.co.uk>
<MS-dnVkYstyXAIH4nZ2dnZfqnPqdnZ2d@brightview.co.uk>
<ufj91t$2q88$1@dont-email.me>
<jSednV-gmoKXo4D4nZ2dnZfqnPqdnZ2d@brightview.co.uk>
<ufpje1$1rbgn$2@dont-email.me>
<IZqdnQwjZYOR4L34nZ2dnZfqnPudnZ2d@brightview.co.uk>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Thu, 12 Oct 2023 18:08:33 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="48101d76b282e060a9791aacb2e72c5b";
logging-data="2781190"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/4b38x3nwCKNMSFARa0TwX/p1WHueeC1c="
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101
Firefox/91.0 SeaMonkey/2.53.18
Cancel-Lock: sha1:tZXVTUTCoEun1ctExWo0NWkNawA=
In-Reply-To: <IZqdnQwjZYOR4L34nZ2dnZfqnPudnZ2d@brightview.co.uk>
X-Mozilla-News-Host: news://nntp.aioe.org
 by: gerry 666uk - Thu, 12 Oct 2023 18:08 UTC

Dirk Fieldhouse wrote:

> It's the problem that Nuno mentioned. But ... dut-dut-daaah ... GH seems
> to have secretly reintroduced non-JS code browsing **just now**. Try
> again (WFM).

I tested again, the day after this post, and it was still broken for me,
not able to view a single file, but right now, 12 Oct 2023, it has
started working again, I can see the tree, and view the files.

Re: GitHub hates everyone, redux (but less than before)

<8QadnUJ-paaAsaz4nZ2dnZfqnPidnZ2d@brightview.co.uk>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=1113&group=alt.comp.software.seamonkey#1113

  copy link   Newsgroups: alt.comp.software.seamonkey
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!feeder.usenetexpress.com!tr2.iad1.usenetexpress.com!69.80.99.26.MISMATCH!Xl.tags.giganews.com!local-2.nntp.ord.giganews.com!nntp.brightview.co.uk!news.brightview.co.uk.POSTED!not-for-mail
NNTP-Posting-Date: Thu, 19 Oct 2023 13:16:12 +0000
Subject: Re: GitHub hates everyone, redux (but less than before)
Newsgroups: alt.comp.software.seamonkey
References: <1Zydnb6dbOwPdYf4nZ2dnZfqnPednZ2d@brightview.co.uk> <MS-dnVkYstyXAIH4nZ2dnZfqnPqdnZ2d@brightview.co.uk> <ufj91t$2q88$1@dont-email.me> <jSednV-gmoKXo4D4nZ2dnZfqnPqdnZ2d@brightview.co.uk> <ufpje1$1rbgn$2@dont-email.me> <IZqdnQwjZYOR4L34nZ2dnZfqnPudnZ2d@brightview.co.uk> <ug9cn1$2ks06$2@dont-email.me>
From: surname@gmx.net.plusremovethisandtherest.example.com (Dirk Fieldhouse)
Organization: speaking personally
Date: Thu, 19 Oct 2023 14:16:12 +0100
User-Agent: Mozilla/5.0 (X11; Linux i686; rv:91.0) Gecko/20100101 Firefox/91.0 SeaMonkey/2.53.17.1
MIME-Version: 1.0
In-Reply-To: <ug9cn1$2ks06$2@dont-email.me>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Message-ID: <8QadnUJ-paaAsaz4nZ2dnZfqnPidnZ2d@brightview.co.uk>
Lines: 13
X-Usenet-Provider: http://www.giganews.com
X-Trace: sv3-F9X5Pfc+eL5pBEbPYRbe31oN2uSelfpy3kAaHU9qwAB3AOeaBwJ/jh+p9aS5WHvhkF1oSc6WW7SiVpd!cDonVZExiX5ABhXfd9GWU1h/Y91AroVSCcD/uCjmYb3CWBnr2nrp3QTb+BUovWEXrF/jHaFbRBv4!JEZaphAJjqOtWGccRd3j5lY=
X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
X-Postfilter: 1.3.40
 by: Dirk Fieldhouse - Thu, 19 Oct 2023 13:16 UTC

On 12/10/2023 19:08, gerry 666uk wrote:
> ...>
> I tested again, the day after this post, and it was still broken for me,
> not able to view a single file, but right now, 12 Oct 2023, it has
> started working again, I can see the tree, and view the files.

It's not (yet?) working for not-logged-in browsing.

/df

--
London
UK

Re: GitHub hates everyone, redux (but less than before)

<ugrqkm$frl7$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=1115&group=alt.comp.software.seamonkey#1115

  copy link   Newsgroups: alt.comp.software.seamonkey
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: gerry666uk@protonmail.com (gerry 666uk)
Newsgroups: alt.comp.software.seamonkey
Subject: Re: GitHub hates everyone, redux (but less than before)
Date: Thu, 19 Oct 2023 18:56:38 +0100
Organization: A noiseless patient Spider
Lines: 11
Message-ID: <ugrqkm$frl7$1@dont-email.me>
References: <1Zydnb6dbOwPdYf4nZ2dnZfqnPednZ2d@brightview.co.uk>
<MS-dnVkYstyXAIH4nZ2dnZfqnPqdnZ2d@brightview.co.uk>
<ufj91t$2q88$1@dont-email.me>
<jSednV-gmoKXo4D4nZ2dnZfqnPqdnZ2d@brightview.co.uk>
<ufpje1$1rbgn$2@dont-email.me>
<IZqdnQwjZYOR4L34nZ2dnZfqnPudnZ2d@brightview.co.uk>
<ug9cn1$2ks06$2@dont-email.me>
<8QadnUJ-paaAsaz4nZ2dnZfqnPidnZ2d@brightview.co.uk>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Thu, 19 Oct 2023 17:56:38 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="f606066a9361ff4154f68a78843385a3";
logging-data="519847"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/8Lh3Kirl2aoUBjQTfgiufuttlJtNFemE="
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101
Firefox/91.0 SeaMonkey/2.53.18
Cancel-Lock: sha1:spWViuWbYbsGJMjDD/L3kAL/cKg=
In-Reply-To: <8QadnUJ-paaAsaz4nZ2dnZfqnPidnZ2d@brightview.co.uk>
 by: gerry 666uk - Thu, 19 Oct 2023 17:56 UTC

Dirk Fieldhouse wrote:
> On 12/10/2023 19:08, gerry 666uk wrote:
>> ...>
>> I tested again, the day after this post, and it was still broken for
>> me, not able to view a single file, but right now, 12 Oct 2023, it has
>> started working again, I can see the tree, and view the files.
>
> It's not (yet?) working for not-logged-in browsing.

Ah ok. I've just checked and I'm shown as being logged in, so maybe
that's why it's working.

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor