she/it 🏳️⚧️ · /ˈiːfə/ EE-fuh
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.
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]
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]
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]
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]
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]
From aoife cassidy to ~sircmpwn/sr.ht-discuss
just found out about https://sr.ht/~emersion/yojo. sorry for the ping :>
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
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.
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