~nbsp

she/it 🏳️‍⚧️ · /ˈiːfə/ EE-fuh

https://enby.space

projects · git · todo · lists

hi! i'm aoife cassidy.

i mess with Go, Rust, Python, JavaScript and many other programming languages. my most notable project is mus, an MPD client for the terminal. i also contribute a lot of code to open source projects, here and on GitHub.

~nbsp/dansup-open-letter

Last active 11 days ago

~nbsp/public-inbox

Last active 1 year, 1 month ago
View more

Recent activity

Re: [PATCH] add 49016 11 days ago

From aoife cassidy to ~nbsp/dansup-open-letter

applied, thanks!

[PATCH v1] allow scrolling topic left and right 29 days ago

From aoife cassidy to ~delthas/senpai-dev

---
haven't managed to make clickable links work while scrolling too far,
would appreciate guidance on what would be the right course of action.

 app.go        |  6 ++++++
 ui/buffers.go | 13 ++++++++++---
 ui/ui.go      | 18 +++++++++++++++++-
 3 files changed, 33 insertions(+), 4 deletions(-)

diff --git a/app.go b/app.go
index b00c563..3e8cf40 100644
--- a/app.go
+++ b/app.go
@@ -603,6 +603,8 @@ func (app *App) handleMouseEvent(ev vaxis.Mouse) {
[message trimmed]

[PATCH v1] unique underline for links likely to open as image 29 days ago

From aoife cassidy to ~delthas/senpai-dev

---
prodded around on #senpai asking whether i should add this, got no
strong response so throwing this here for posterity.

the original idea was to have a nerd-fonts image button next to the
image but i decided against that and to use a different underline.
UnderlineDashed was picked as it's the most similar to UnderlineDotted,
but i could go with a solid underline if deemed more readable.

 ui/style.go | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/ui/style.go b/ui/style.go
index c563aca..03572a2 100644
[message trimmed]

[PATCH shoelace] templates/error: add search bar to error page 7 months ago

From aoife cassidy to ~nixgoat/public-inbox

+ additional CSS consistency between main and error
---
 static/css/error.css        | 13 ++++--
 static/css/home.css         | 91 -------------------------------------
 static/css/main.css         | 90 +++++++++++++++++++++++++++++++++++-
 templates/common/error.html |  5 ++
 templates/home.html         |  6 +--
 5 files changed, 105 insertions(+), 100 deletions(-)

diff --git a/static/css/error.css b/static/css/error.css
index 9b3d9c2..19098b6 100644
--- a/static/css/error.css
+++ b/static/css/error.css
@@ -1,9 +1,11 @@
[message trimmed]

[PATCH spools] refactor: move everything to its own file 8 months ago

From aoife cassidy to ~nixgoat/public-inbox

also add some documentation to structs and elaborate on Threads
---
 src/lib.rs     | 499 +------------------------------------------------
 src/media.rs   |  17 ++
 src/post.rs    |  16 ++
 src/threads.rs | 458 +++++++++++++++++++++++++++++++++++++++++++++
 src/user.rs    |  14 ++
 5 files changed, 514 insertions(+), 490 deletions(-)
 create mode 100644 src/media.rs
 create mode 100644 src/post.rs
 create mode 100644 src/threads.rs
 create mode 100644 src/user.rs

diff --git a/src/lib.rs b/src/lib.rs
[message trimmed]

[PATCH shoelace] flake: init 8 months ago

From aoife cassidy to ~nixgoat/public-inbox

---
 flake.lock | 93 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 flake.nix  | 36 +++++++++++++++++++++
 2 files changed, 129 insertions(+)
 create mode 100644 flake.lock
 create mode 100644 flake.nix

diff --git a/flake.lock b/flake.lock
new file mode 100644
index 0000000..7ac4a32
--- /dev/null
+++ b/flake.lock
@@ -0,0 +1,93 @@
{
[message trimmed]

Re: Forgejo integration for builds.sr.ht? 9 months ago

From aoife cassidy to ~sircmpwn/sr.ht-discuss

just found out about https://sr.ht/~emersion/yojo.
sorry for the ping :>

Forgejo integration for builds.sr.ht? 9 months ago

From aoife cassidy to ~sircmpwn/sr.ht-discuss

when dispatch.sr.ht was deprecated[1], the blog post listed third-party
alternatives for GitHub and GitLab integrations. i was wondering if
there was a Forgejo (née Gitea) integration tool as well, as i am
looking to set up a Forgejo instance and support builds.sr.ht CI on it.

[1]: 
https://sourcehut.org/blog/2022-08-01-dispatch-deprecation-plans/#options-for-migration

Re: [PATCH git.sr.ht] Add mailmap support 11 months ago

From aoife cassidy to ~sircmpwn/sr.ht-dev

aha. well, this commit has a pretty different implementation of the
mailmap support, and i don't know what the oversight or backtrace are.
so maybe this one works? if i can reproduce the issue i can try to get
it fixed.

Re: [PATCH git.sr.ht] Add mailmap support 11 months ago

From aoife cassidy to ~sircmpwn/sr.ht-dev

i did notice that there is a patch[1] that was applied over a year ago 
that adds the same thing, but from grepping the code i don't see any of it.

[1]: https://lists.sr.ht/~sircmpwn/sr.ht-dev/patches/36542