~berru

Also known as ahub in some places.

~berru/black-bloc-discuss

Last active 9 months ago
View more

Recent activity

Bug: Text encoding issue 2 months ago

From to ~lioploum/offpunk-devel

Hey, I noticed some issues with text encoding on some gemini capsules.

I think offpunk is treating latin-9 or utf-8 as ascii or the other way
around ? Anyway, a good candidate to reproduce the issue is:

gemini://geminifr.bacardi55.io/

You can see the title and content are messed up:

> Gemini Francophonie - Agrégateur de capsules francophone 

where we expect (notice the 'é' character)

> Gemini Francophonie - Agrégateur de capsules francophone 

[PATCH] docs(LICENSE): Licensing change 9 months ago

From berru to ~vv221/play.it

---
 This is a test patch to see if this nice license suits you !
 LICENSE | 62 ++++++++++++++++++++++++---------------------------------
 1 file changed, 26 insertions(+), 36 deletions(-)

diff --git a/LICENSE b/LICENSE
index 32cf5d4f..ac979609 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,40 +1,30 @@
Copyright © 2015 Antoine Le Gonidec <vv221@dotslashplay.it>
Copyright © 2016 Mopi
Copyright © 2017 Jacek Szafarkiewicz
Copyright © 2017 HS-157
[message trimmed]

Bug in the wild ? 1 year, 2 months ago

From to ~lioploum/offpunk-users

Hey, I was using the latest Offpunk 2.0 release built from git on
2023-11-21 and encountered a few errors. It happens when following a
link from a gemini resource to another gemini resource. It happened to
me often enough that I thought I would report it. Here is the error
message :

ERROR4: <class 'RuntimeError'> : not found
Traceback (most recent call last):
  File "/usr/lib/python3.11/cmd.py", line 214, in onecmd
    func = getattr(self, 'do_' + cmd)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'GeminiClient' object has no attribute 'do_4'

During handling of the above exception, another exception occurred: