~alexwennerberg

https://alexwennerberg.com

moved to ~aw

~alexwennerberg/flounder-discuss

Last active 3 years ago
View more

Recent activity

[PATCH sr.ht-docs] Fix broken "subscription-resource" links 4 years ago

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]

[PATCH lists.sr.ht] Fix broken "subscription resource" links 4 years ago

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]

Re: Images on Flounder 4 years ago

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

Re: Images on Flounder 4 years ago

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

hihihi 4 years ago

From alex wennerberg to ~alexwennerberg/flounder-discuss

test message

Split out client into library? 4 years ago

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

[PATCH] Validate URL before adding to bookmarks 4 years ago

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]

[PATCH] my patch 4 years ago

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 @@
I'm about to try git send-email
-- 
2.20.1
[message trimmed]