From alex wennerberg to ~sircmpwn/sr.ht-dev
Apologies for my mistaken previous patch -- this should be on the correct service. Alex --- lists.sr.ht/api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lists.sr.ht/api.md b/lists.sr.ht/api.md index e443047..b985633 100644 --- a/lists.sr.ht/api.md +++ b/lists.sr.ht/api.md [message trimmed]
From alex wennerberg to ~sircmpwn/sr.ht-dev
Hope this is the right mailing list! Found some broken links in the mailing list API Alex --- lists.sr.ht/api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lists.sr.ht/api.md b/lists.sr.ht/api.md index e443047..a00f4a9 100644 --- a/lists.sr.ht/api.md +++ b/lists.sr.ht/api.md [message trimmed]
From alex wennerberg to ~alexwennerberg/flounder-discuss
Hi Martin & Mailing list -- I implemented many of the features we discussed here. You can now delete and rename your account. To manage multiple accounts, you still have to log out and log back in again, but I have put together some groundwork for more easily switching between accounts. Let me know if you have any questions or encounter any bugs All the best, Alex
From alex wennerberg to ~alexwennerberg/flounder-discuss
On Sat Dec 5, 2020 at 6:02 AM PST, Martin Roberts wrote: > Hi Alex, > > I've been working on my flounder page > <http://dokoissho.flounder.online> quite a bit recently - I think > what's unique about it is that it works transparently between gemini > and the web. I have links to multiple versions of the same content, > depending on the user's preferred platform. Managing content between > gemini and the web is of course a tricky issue, and I don't currently > know of any platform that handles this as elegantly as flounder. Glad you like it! I've been trying to move slowly with new features and make sure that I strike a good balance between web & gemini
From alex wennerberg to ~julienxx/castor
Hi! I'm working on a Rust project that requires a Gemini client. I'm probably going to copy/paste a lot of Castor code. Do you think it'd be valuable to split out the client code into a separate library and publish the crate? I can put this together and publish it if there is interest. All the best, Alex -- alex wennerberg
From alex wennerberg to ~julienxx/castor
Fixes issue #20 (https://todo.sr.ht/~julienxx/Castor/20) Throws an error dialog if URL is invalid before adding to bookmarks --- src/bookmarks.rs | 8 ++++++++ src/main.rs | 5 ++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/src/bookmarks.rs b/src/bookmarks.rs index 3a5b8ea..6ae6a96 100644 --- a/src/bookmarks.rs +++ b/src/bookmarks.rs @@ -4,6 +4,14 @@ use std::fs; use std::fs::File; [message trimmed]
From alex wennerberg to ~sircmpwn/email-test-drive
--- your-name | 1 + 1 file changed, 1 insertion(+) create mode 100644 your-name diff --git a/your-name b/your-name new file mode 100644 index 0000000..6d0ecfd --- /dev/null +++ b/your-name @@ -0,0 +1 @@ -- 2.20.1 I'm about to try git send-email[message trimmed]