~sfr

https://sfr.gay

they/them

~sfr/public-inbox

Last active 2 months ago
View more

Recent activity

Re: [PATCH] add link to home 2 months ago

From Sol Fisher Romanoff to ~sfr/public-inbox

thank you!

To git@git.sr.ht:~sfr/celatum
   c63a0b9..56a872e  master -> master

[PATCH mwah] lint: condence if-err block 6 months ago

From Sol Fisher Romanoff to ~maestn/public-inbox

---
great job on your go project :3 i'm proud of u

 main.go | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/main.go b/main.go
index f9cc017..f612c5d 100644
--- a/main.go
+++ b/main.go
@@ -54,10 +54,8 @@ func main() {
	})
	http.HandleFunc("/read", fileSend)
	http.HandleFunc("/edit", editFile)
[message trimmed]

scm feature request: highlight readme, license, (project manifest?) in tree view 6 months ago

From Sol Fisher Romanoff to ~sircmpwn/sr.ht-discuss

in repositories with large and cluttered roots, it can be hard to find 
the license, readme, or e.g. go.mod file in an alphabetically-sorted 
listing. of course, one can simply ^F to find the file they need, but 
perhaps it could be useful to highlight them in some way or another.
i know from experience that sometimes my brain can't exactly articulate 
/what/ i'm looking for until i can see it.

- bold/italic filename?
- different color text like there is for directories?
- colored line background?
- some sort of flag next to the permissions/size?

[PATCH] Demonstrate that I can use git send-email 6 months ago

From Sol Fisher Romanoff to ~sircmpwn/email-test-drive

---
 sol-fisher-romanoff | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 sol-fisher-romanoff

diff --git a/sol-fisher-romanoff b/sol-fisher-romanoff
new file mode 100644
index 0000000..6d0ecfd
--- /dev/null
+++ b/sol-fisher-romanoff
@@ -0,0 +1 @@
I'm about to try git send-email
-- 
2.39.2
[message trimmed]

Re: Cannot log in to chat.sr.ht web client 1 year, 6 months ago

From Sol Fisher Romanoff to ~sircmpwn/sr.ht-discuss

I've also been having this problem. trying to connect through senpai, it returns:

-- Error (code 904): Registration failed: Invalid sr.ht OAuth2 access token
-- Error (code ACCOUNT_REQUIRED): Authentication required
-- Error (code ACCOUNT_REQUIRED): Authentication required

I went to the OAuth2 dashboard[1] to figure out what happened, but that
isn't working either -- it returns a 500 error.

[1] https://meta.sr.ht/oauth2

~sfr

Re: Docs addition: setup local dev environment 1 year, 7 months ago

From Sol Fisher Romanoff to ~sircmpwn/sr.ht-discuss

On Sat Feb 5, 2022 at 2:11 AM IST, Greg Minshall wrote:
> i wonder if this testing/setup case might be where something like docker
> might come in handy?

fwiw, Drew has specifically spoken against using docker or k8s for
sourcehut installations:

https://paste.sr.ht/~sircmpwn/78cc21e1661d5a9d8038f47e532d286807ac89ad

Re: [PATCH cassini] Add systemd service file 1 year, 8 months ago

From Sol Fisher Romanoff to ~sfr/public-inbox

Thanks!

To git@git.sr.ht:~sfr/cassini
   cfd5a96..c5453a5  master -> master

[PATCH fediring.net] Fix misalignment in figlet art 1 year, 9 months ago

From Sol Fisher Romanoff to ~amolith/public-inbox

---
error caused by me manually pasting the figlet output into vim.

 index.gmi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.gmi b/index.gmi
index 85b8e47..785de29 100644
--- a/index.gmi
+++ b/index.gmi
@@ -1,5 +1,5 @@
```Fediring
___       _ _     _           
 ___       _ _     _           
[message trimmed]

Re: Question using archlinux in builds service 1 year, 9 months ago

From Sol Fisher Romanoff to ~sircmpwn/sr.ht-discuss

you can specify the packages to be installed separately from the tasks:

image: archlinux
packages:
  - ruby-bundler
[the rest of the manifest...]

refer to the builds.sr.ht manifest reference for more information.
https://man.sr.ht/builds.sr.ht/manifest.md

Re: chat.sr.ht doesn't keep away logs 1 year, 9 months ago

From Sol Fisher Romanoff to ~sircmpwn/sr.ht-discuss

testing this again, it seems to have magically fixed itself. oh well!
I was using the latest senpai commit this whole time. I'll let you know
if this happens again, hopefully with a bit more debug information.