Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] discord: update to 0.0.23.
@ 2023-01-12 22:49 zlice
  2023-01-12 22:54 ` adam-becker
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: zlice @ 2023-01-12 22:49 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 480 bytes --]

There is a new pull request by zlice against master on the void-packages repository

https://github.com/zlice/void-packages discord_0.0.23
https://github.com/void-linux/void-packages/pull/41609

discord: update to 0.0.23.

#### Testing the changes
- I tested the changes in this PR: **YES**


#### Local build testing
- I built this PR locally for my native architecture, **x86_64**

A patch file from https://github.com/void-linux/void-packages/pull/41609.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-discord_0.0.23-41609.patch --]
[-- Type: text/x-diff, Size: 1060 bytes --]

From de5df24d0b1186b127ebd8ceead65390066fc61b Mon Sep 17 00:00:00 2001
From: zlice <zlice555@gmail.com>
Date: Thu, 12 Jan 2023 17:48:44 -0500
Subject: [PATCH] discord: update to 0.0.23.

---
 srcpkgs/discord/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/discord/template b/srcpkgs/discord/template
index f468a6cac334..39449c469f31 100644
--- a/srcpkgs/discord/template
+++ b/srcpkgs/discord/template
@@ -1,6 +1,6 @@
 # Template file for 'discord'
 pkgname=discord
-version=0.0.22
+version=0.0.23
 revision=1
 archs="x86_64"
 depends="alsa-lib dbus-glib gtk+3 libnotify nss libXtst libcxx libatomic
@@ -10,7 +10,7 @@ maintainer="Ryan Conwell <ryanconwell@protonmail.com>"
 license="custom:Proprietary"
 homepage="https://discord.com"
 distfiles="https://dl.discordapp.net/apps/linux/${version}/discord-${version}.tar.gz"
-checksum=175c73771e049ba45e7fb1d37bd107ef0871e3d8857340c5a5a40a745aaeaba7
+checksum=288c005901f2bf5a1148021e1d22fd297419d43c70b0f989820ab72aa79faa44
 repository=nonfree
 restricted=yes
 nopie=yes

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: discord: update to 0.0.23.
  2023-01-12 22:49 [PR PATCH] discord: update to 0.0.23 zlice
@ 2023-01-12 22:54 ` adam-becker
  2023-01-12 22:56 ` zlice
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: adam-becker @ 2023-01-12 22:54 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 442 bytes --]

New comment by adam-becker on void-packages repository

https://github.com/void-linux/void-packages/pull/41609#issuecomment-1381082444

Comment:
I tried making these exact same changes, but now discord fails to start with:

```
$ /usr/lib/discord/Discord --version
[2882:0112/155307.796936:FATAL:fork_and_spawn.cc(196)] posix_spawn: No such file or directory (2)
```

Made the changes, then ran `./xbps-src pkg discord && xi discord`.

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: discord: update to 0.0.23.
  2023-01-12 22:49 [PR PATCH] discord: update to 0.0.23 zlice
  2023-01-12 22:54 ` adam-becker
@ 2023-01-12 22:56 ` zlice
  2023-01-12 22:59 ` adam-becker
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: zlice @ 2023-01-12 22:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 298 bytes --]

New comment by zlice on void-packages repository

https://github.com/void-linux/void-packages/pull/41609#issuecomment-1381084318

Comment:
Do you have extra processes already running? That's usually the issue I have. cuz killing that 'oMg uPgRaDe' window doesn't actually kill "Discord" in the bg.

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: discord: update to 0.0.23.
  2023-01-12 22:49 [PR PATCH] discord: update to 0.0.23 zlice
  2023-01-12 22:54 ` adam-becker
  2023-01-12 22:56 ` zlice
@ 2023-01-12 22:59 ` adam-becker
  2023-01-12 23:03 ` zlice
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: adam-becker @ 2023-01-12 22:59 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 412 bytes --]

New comment by adam-becker on void-packages repository

https://github.com/void-linux/void-packages/pull/41609#issuecomment-1381086520

Comment:
> Do you have extra processes already running? That's usually the issue I have. cuz killing that 'oMg uPgRaDe' window doesn't actually kill "Discord" in the bg.

Yep, tried after a clean boot with no discord processes running. Same issue no matter what I've tried.

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: discord: update to 0.0.23.
  2023-01-12 22:49 [PR PATCH] discord: update to 0.0.23 zlice
                   ` (2 preceding siblings ...)
  2023-01-12 22:59 ` adam-becker
@ 2023-01-12 23:03 ` zlice
  2023-01-12 23:12 ` adam-becker
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: zlice @ 2023-01-12 23:03 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 215 bytes --]

New comment by zlice on void-packages repository

https://github.com/void-linux/void-packages/pull/41609#issuecomment-1381088566

Comment:
hm, maybe an issue with `~/.config/discord/Cache` ? or the version dir(s) ?

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: discord: update to 0.0.23.
  2023-01-12 22:49 [PR PATCH] discord: update to 0.0.23 zlice
                   ` (3 preceding siblings ...)
  2023-01-12 23:03 ` zlice
@ 2023-01-12 23:12 ` adam-becker
  2023-01-12 23:12 ` Vulldozer
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: adam-becker @ 2023-01-12 23:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 384 bytes --]

New comment by adam-becker on void-packages repository

https://github.com/void-linux/void-packages/pull/41609#issuecomment-1381094000

Comment:
> hm, maybe an issue with `~/.config/discord/Cache` ? or the version dir(s) ?

Uninstalled discord, removed any traces of it from my system, cleared xbps package cache, removed orphans, rebuilt everything and still the same issue. 🎉 

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: discord: update to 0.0.23.
  2023-01-12 22:49 [PR PATCH] discord: update to 0.0.23 zlice
                   ` (4 preceding siblings ...)
  2023-01-12 23:12 ` adam-becker
@ 2023-01-12 23:12 ` Vulldozer
  2023-01-12 23:14 ` zlice
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Vulldozer @ 2023-01-12 23:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 380 bytes --]

New comment by Vulldozer on void-packages repository

https://github.com/void-linux/void-packages/pull/41609#issuecomment-1381094175

Comment:
I am having the same issue:
`[1365:0113/010834.287844:FATAL:fork_and_spawn.cc(196)] posix_spawn: No such file or directory (2)`

Tried deleting 'Cache', 'Code Cahce', '0.0.22' in discord's config folder, and a reboot, but didn't work

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: discord: update to 0.0.23.
  2023-01-12 22:49 [PR PATCH] discord: update to 0.0.23 zlice
                   ` (5 preceding siblings ...)
  2023-01-12 23:12 ` Vulldozer
@ 2023-01-12 23:14 ` zlice
  2023-01-12 23:16 ` Vulldozer
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: zlice @ 2023-01-12 23:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 172 bytes --]

New comment by zlice on void-packages repository

https://github.com/void-linux/void-packages/pull/41609#issuecomment-1381095533

Comment:
I'm afraid to restart discord XP

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: discord: update to 0.0.23.
  2023-01-12 22:49 [PR PATCH] discord: update to 0.0.23 zlice
                   ` (6 preceding siblings ...)
  2023-01-12 23:14 ` zlice
@ 2023-01-12 23:16 ` Vulldozer
  2023-01-12 23:21 ` adam-becker
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Vulldozer @ 2023-01-12 23:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 333 bytes --]

New comment by Vulldozer on void-packages repository

https://github.com/void-linux/void-packages/pull/41609#issuecomment-1381096253

Comment:
This arch linux bug report seems to have a similar issue: https://bugs.archlinux.org/task/76314

Setting the environment variable `ELECTRON_ENABLE_STACK_DUMPING=true` I can launch discord

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: discord: update to 0.0.23.
  2023-01-12 22:49 [PR PATCH] discord: update to 0.0.23 zlice
                   ` (7 preceding siblings ...)
  2023-01-12 23:16 ` Vulldozer
@ 2023-01-12 23:21 ` adam-becker
  2023-01-12 23:21 ` adam-becker
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: adam-becker @ 2023-01-12 23:21 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 402 bytes --]

New comment by adam-becker on void-packages repository

https://github.com/void-linux/void-packages/pull/41609#issuecomment-1381099112

Comment:
> This arch linux bug report seems to have a similar issue: https://bugs.archlinux.org/task/76314
> 
> Setting the environment variable `ELECTRON_ENABLE_STACK_DUMPING=true` I can launch discord

Oddly enough, this works for me too. Gotta love electron!

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: discord: update to 0.0.23.
  2023-01-12 22:49 [PR PATCH] discord: update to 0.0.23 zlice
                   ` (8 preceding siblings ...)
  2023-01-12 23:21 ` adam-becker
@ 2023-01-12 23:21 ` adam-becker
  2023-01-12 23:36 ` zlice
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: adam-becker @ 2023-01-12 23:21 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 409 bytes --]

New comment by adam-becker on void-packages repository

https://github.com/void-linux/void-packages/pull/41609#issuecomment-1381099112

Comment:
> This arch linux bug report seems to have a similar issue: https://bugs.archlinux.org/task/76314
> 
> Setting the environment variable `ELECTRON_ENABLE_STACK_DUMPING=true` I can launch discord

Oddly enough, this works for me too. Gotta ~hate~ love electron!

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: discord: update to 0.0.23.
  2023-01-12 22:49 [PR PATCH] discord: update to 0.0.23 zlice
                   ` (9 preceding siblings ...)
  2023-01-12 23:21 ` adam-becker
@ 2023-01-12 23:36 ` zlice
  2023-01-13  1:16 ` classabbyamp
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: zlice @ 2023-01-12 23:36 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 403 bytes --]

New comment by zlice on void-packages repository

https://github.com/void-linux/void-packages/pull/41609#issuecomment-1381107717

Comment:
Huh, weird, not using that var, don't even seem to have electron installed (10,13,19)?

Other box with 5.18.5 is working fine, this 6.2-rc2 is fine. Update the 5.18 box with servercentral mirror and that's fine. Can restart box/discord and everything is normal.

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: discord: update to 0.0.23.
  2023-01-12 22:49 [PR PATCH] discord: update to 0.0.23 zlice
                   ` (10 preceding siblings ...)
  2023-01-12 23:36 ` zlice
@ 2023-01-13  1:16 ` classabbyamp
  2023-01-13  1:32 ` EllisK-L
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: classabbyamp @ 2023-01-13  1:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 325 bytes --]

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/41609#issuecomment-1381183937

Comment:
you need to include the `chrome_crashpad_handler`, this happened on ptb last update: https://github.com/void-linux/void-packages/commit/db0db39579227e3b8f50b3d7b627e32fcf0e3c87


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: discord: update to 0.0.23.
  2023-01-12 22:49 [PR PATCH] discord: update to 0.0.23 zlice
                   ` (11 preceding siblings ...)
  2023-01-13  1:16 ` classabbyamp
@ 2023-01-13  1:32 ` EllisK-L
  2023-01-13  1:41 ` [PR PATCH] [Updated] " zlice
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: EllisK-L @ 2023-01-13  1:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 407 bytes --]

New comment by EllisK-L on void-packages repository

https://github.com/void-linux/void-packages/pull/41609#issuecomment-1381196342

Comment:
> you need to include the `chrome_crashpad_handler`, this happened on ptb last update: [db0db39](https://github.com/void-linux/void-packages/commit/db0db39579227e3b8f50b3d7b627e32fcf0e3c87)

I was having this problem previously, this also fixed it on my end :)


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PR PATCH] [Updated] discord: update to 0.0.23.
  2023-01-12 22:49 [PR PATCH] discord: update to 0.0.23 zlice
                   ` (12 preceding siblings ...)
  2023-01-13  1:32 ` EllisK-L
@ 2023-01-13  1:41 ` zlice
  2023-01-13  1:44 ` zlice
  2023-01-13  2:12 ` [PR PATCH] [Merged]: " classabbyamp
  15 siblings, 0 replies; 17+ messages in thread
From: zlice @ 2023-01-13  1:41 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 485 bytes --]

There is an updated pull request by zlice against master on the void-packages repository

https://github.com/zlice/void-packages discord_0.0.23
https://github.com/void-linux/void-packages/pull/41609

discord: update to 0.0.23.

#### Testing the changes
- I tested the changes in this PR: **YES**


#### Local build testing
- I built this PR locally for my native architecture, **x86_64**

A patch file from https://github.com/void-linux/void-packages/pull/41609.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-discord_0.0.23-41609.patch --]
[-- Type: text/x-diff, Size: 2033 bytes --]

From 0050b0787fd7498e0c92b04c5a768faa0a573b07 Mon Sep 17 00:00:00 2001
From: zlice <zlice555@gmail.com>
Date: Thu, 12 Jan 2023 17:48:44 -0500
Subject: [PATCH] discord: update to 0.0.23.

---
 srcpkgs/discord/template | 29 +++++++++++++++++++++++------
 1 file changed, 23 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/discord/template b/srcpkgs/discord/template
index f468a6cac334..16546d4948e9 100644
--- a/srcpkgs/discord/template
+++ b/srcpkgs/discord/template
@@ -1,6 +1,6 @@
 # Template file for 'discord'
 pkgname=discord
-version=0.0.22
+version=0.0.23
 revision=1
 archs="x86_64"
 depends="alsa-lib dbus-glib gtk+3 libnotify nss libXtst libcxx libatomic
@@ -10,7 +10,7 @@ maintainer="Ryan Conwell <ryanconwell@protonmail.com>"
 license="custom:Proprietary"
 homepage="https://discord.com"
 distfiles="https://dl.discordapp.net/apps/linux/${version}/discord-${version}.tar.gz"
-checksum=175c73771e049ba45e7fb1d37bd107ef0871e3d8857340c5a5a40a745aaeaba7
+checksum=288c005901f2bf5a1148021e1d22fd297419d43c70b0f989820ab72aa79faa44
 repository=nonfree
 restricted=yes
 nopie=yes
@@ -24,15 +24,32 @@ do_install() {
 	vcopy discord.desktop /usr/share/applications/
 	vmkdir ${package_location}
 	chmod +x Discord
-	for item in locales resources Discord libffmpeg.so snapshot_blob.bin discord.png\
-	icudtl.dat libEGL.so libGLESv2.so chrome_100_percent.pak chrome_200_percent.pak \
-	chrome-sandbox resources.pak swiftshader v8_context_snapshot.bin postinst.sh \
-	libvk_swiftshader.so; do
+	for item in \
+		locales
+		resources
+		Discord
+		libffmpeg.so
+		snapshot_blob.bin
+		discord.png
+		icudtl.dat
+		libEGL.so
+		libGLESv2.so
+		chrome_100_percent.pak
+		chrome_200_percent.pak
+		chrome_crashpad_handler
+		chrome-sandbox
+		resources.pak
+		swiftshader
+		v8_context_snapshot.bin
+		postinst.sh
+		libvk_swiftshader.so
+	do
 		vcopy "${item}" "${package_location}"
 	done
 	vmkdir usr/bin
 	ln -sfr $DESTDIR/${package_location}/Discord $DESTDIR/usr/bin/Discord
 }
+
 post_install() {
 	vlicense $FILESDIR/LICENSE
 }

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PR PATCH] [Updated] discord: update to 0.0.23.
  2023-01-12 22:49 [PR PATCH] discord: update to 0.0.23 zlice
                   ` (13 preceding siblings ...)
  2023-01-13  1:41 ` [PR PATCH] [Updated] " zlice
@ 2023-01-13  1:44 ` zlice
  2023-01-13  2:12 ` [PR PATCH] [Merged]: " classabbyamp
  15 siblings, 0 replies; 17+ messages in thread
From: zlice @ 2023-01-13  1:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 485 bytes --]

There is an updated pull request by zlice against master on the void-packages repository

https://github.com/zlice/void-packages discord_0.0.23
https://github.com/void-linux/void-packages/pull/41609

discord: update to 0.0.23.

#### Testing the changes
- I tested the changes in this PR: **YES**


#### Local build testing
- I built this PR locally for my native architecture, **x86_64**

A patch file from https://github.com/void-linux/void-packages/pull/41609.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-discord_0.0.23-41609.patch --]
[-- Type: text/x-diff, Size: 2067 bytes --]

From 7bfb42203b427eb055c5941977398b36a17e168e Mon Sep 17 00:00:00 2001
From: zlice <zlice555@gmail.com>
Date: Thu, 12 Jan 2023 17:48:44 -0500
Subject: [PATCH] discord: update to 0.0.23.

---
 srcpkgs/discord/template | 29 +++++++++++++++++++++++------
 1 file changed, 23 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/discord/template b/srcpkgs/discord/template
index f468a6cac334..fb92b55c6e0a 100644
--- a/srcpkgs/discord/template
+++ b/srcpkgs/discord/template
@@ -1,6 +1,6 @@
 # Template file for 'discord'
 pkgname=discord
-version=0.0.22
+version=0.0.23
 revision=1
 archs="x86_64"
 depends="alsa-lib dbus-glib gtk+3 libnotify nss libXtst libcxx libatomic
@@ -10,7 +10,7 @@ maintainer="Ryan Conwell <ryanconwell@protonmail.com>"
 license="custom:Proprietary"
 homepage="https://discord.com"
 distfiles="https://dl.discordapp.net/apps/linux/${version}/discord-${version}.tar.gz"
-checksum=175c73771e049ba45e7fb1d37bd107ef0871e3d8857340c5a5a40a745aaeaba7
+checksum=288c005901f2bf5a1148021e1d22fd297419d43c70b0f989820ab72aa79faa44
 repository=nonfree
 restricted=yes
 nopie=yes
@@ -24,15 +24,32 @@ do_install() {
 	vcopy discord.desktop /usr/share/applications/
 	vmkdir ${package_location}
 	chmod +x Discord
-	for item in locales resources Discord libffmpeg.so snapshot_blob.bin discord.png\
-	icudtl.dat libEGL.so libGLESv2.so chrome_100_percent.pak chrome_200_percent.pak \
-	chrome-sandbox resources.pak swiftshader v8_context_snapshot.bin postinst.sh \
-	libvk_swiftshader.so; do
+	for item in \
+		locales \
+		resources \
+		Discord \
+		libffmpeg.so \
+		snapshot_blob.bin \
+		discord.png \
+		icudtl.dat \
+		libEGL.so \
+		libGLESv2.so \
+		chrome_100_percent.pak \
+		chrome_200_percent.pak \
+		chrome_crashpad_handler \
+		chrome-sandbox \
+		resources.pak \
+		swiftshader \
+		v8_context_snapshot.bin \
+		postinst.sh \
+		libvk_swiftshader.so
+	do
 		vcopy "${item}" "${package_location}"
 	done
 	vmkdir usr/bin
 	ln -sfr $DESTDIR/${package_location}/Discord $DESTDIR/usr/bin/Discord
 }
+
 post_install() {
 	vlicense $FILESDIR/LICENSE
 }

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PR PATCH] [Merged]: discord: update to 0.0.23.
  2023-01-12 22:49 [PR PATCH] discord: update to 0.0.23 zlice
                   ` (14 preceding siblings ...)
  2023-01-13  1:44 ` zlice
@ 2023-01-13  2:12 ` classabbyamp
  15 siblings, 0 replies; 17+ messages in thread
From: classabbyamp @ 2023-01-13  2:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 326 bytes --]

There's a merged pull request on the void-packages repository

discord: update to 0.0.23.
https://github.com/void-linux/void-packages/pull/41609

Description:

#### Testing the changes
- I tested the changes in this PR: **YES**


#### Local build testing
- I built this PR locally for my native architecture, **x86_64**

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2023-01-13  2:12 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-12 22:49 [PR PATCH] discord: update to 0.0.23 zlice
2023-01-12 22:54 ` adam-becker
2023-01-12 22:56 ` zlice
2023-01-12 22:59 ` adam-becker
2023-01-12 23:03 ` zlice
2023-01-12 23:12 ` adam-becker
2023-01-12 23:12 ` Vulldozer
2023-01-12 23:14 ` zlice
2023-01-12 23:16 ` Vulldozer
2023-01-12 23:21 ` adam-becker
2023-01-12 23:21 ` adam-becker
2023-01-12 23:36 ` zlice
2023-01-13  1:16 ` classabbyamp
2023-01-13  1:32 ` EllisK-L
2023-01-13  1:41 ` [PR PATCH] [Updated] " zlice
2023-01-13  1:44 ` zlice
2023-01-13  2:12 ` [PR PATCH] [Merged]: " classabbyamp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).