Remi Rampin activity https://gitlab.com/remram44 2026-02-05T16:58:17Z tag:gitlab.com,2026-02-05:5072539818 Remi Rampin commented on issue #342 at Remi Rampin / taguette 2026-02-05T16:58:17Z remram44 Remi Rampin

Should be fixed by 8415bbcb. You should also be able to fix your database with an ALTER TABLE.

tag:gitlab.com,2026-02-05:5072528975 Remi Rampin pushed to project branch master at Remi Rampin / taguette 2026-02-05T16:55:15Z remram44 Remi Rampin

Remi Rampin (8415bbcb) at 05 Feb 16:55

Use LONGTEXT for documents.contents on MariaDB

tag:gitlab.com,2026-02-05:5072509498 Remi Rampin pushed to project branch master at Remi Rampin / taguette 2026-02-05T16:50:03Z remram44 Remi Rampin

Remi Rampin (9b03f151) at 05 Feb 16:50

Use LONGTEXT for documents.contents on MariaDB

tag:gitlab.com,2026-02-05:5072468417 Remi Rampin commented on issue #342 at Remi Rampin / taguette 2026-02-05T16:39:43Z remram44 Remi Rampin

It looks like there is a longtext type, we should probably use that.

tag:gitlab.com,2026-02-05:5072448185 Remi Rampin commented on issue #342 at Remi Rampin / taguette 2026-02-05T16:34:38Z remram44 Remi Rampin

The table is created with contents text NOT NULL, I am not sure if MariaDB has a maximum size for text columns. I don't use MariaDB. This page says 65 kB.

tag:gitlab.com,2026-01-26:5035035653 Remi Rampin opened merge request !10: Use pipx not pip3 to install pybtex at Vicky Rampin / personal-website 2026-01-26T21:24:03Z remram44 Remi Rampin

The Docker image you use is using pipx. This should fix the build.

tag:gitlab.com,2026-01-26:5035027050 Remi Rampin pushed to project branch main at Remi Rampin / vicky-website 2026-01-26T21:20:49Z remram44 Remi Rampin

Remi Rampin (ddb70c4d) at 26 Jan 21:20

CI: Use pipx not pip3 to install pybtex

tag:gitlab.com,2026-01-26:5035022122 Remi Rampin pushed new project branch pipx at Remi Rampin / vicky-website 2026-01-26T21:18:42Z remram44 Remi Rampin

Remi Rampin (ddb70c4d) at 26 Jan 21:18

CI: Use pipx not pip3 to install pybtex

tag:gitlab.com,2026-01-26:5035019046 Remi Rampin created project Remi Rampin / vicky-website 2026-01-26T21:17:38Z remram44 Remi Rampin tag:gitlab.com,2026-01-26:5034975194 Remi Rampin commented on issue #218 at Remi Rampin / taguette 2026-01-26T21:02:39Z remram44 Remi Rampin

It seems that it only supports coding entire lines, which is very different from Taguette -- not sure we could interoperate meaningfully.

tag:gitlab.com,2026-01-13:4990178382 Remi Rampin commented on issue #341 at Remi Rampin / taguette 2026-01-13T18:49:58Z remram44 Remi Rampin

Fixed by 9dc8fb05

tag:gitlab.com,2026-01-13:4990178255 Remi Rampin closed issue #341: Invalid SMTP ssl setting at Remi Rampin / taguette 2026-01-13T18:49:55Z remram44 Remi Rampin tag:gitlab.com,2026-01-13:4990176378 Remi Rampin pushed to project branch master at Remi Rampin / taguette 2026-01-13T18:49:11Z remram44 Remi Rampin

Remi Rampin (9dc8fb05) at 13 Jan 18:49

Fix MAIL_SERVER.ssl=False being refused

tag:gitlab.com,2026-01-13:4989774037 Remi Rampin commented on issue #341 at Remi Rampin / taguette 2026-01-13T16:50:38Z remram44 Remi Rampin

Oh oh, it looks like I forgot to handle the False case here in the latest change. I will add it back.

In the meantime, you can use "starttls-or-plaintext", that should work in your setup.

tag:gitlab.com,2026-01-02:4957267316 Remi Rampin commented on issue #84 at Remi Rampin / taguette 2026-01-02T15:51:18Z remram44 Remi Rampin

In particular, https://schema.qdasoftware.org/ is dead.

https://github.com/openqda/refi-tools seems to have some info but I am not sure who runs it.

tag:gitlab.com,2026-01-02:4957257257 Remi Rampin commented on issue #84 at Remi Rampin / taguette 2026-01-02T15:45:51Z remram44 Remi Rampin

Last time I checked, the problem is that the exchange format was underspecified, especially for unicode documents. It also built on non-open formats which is weird.

Right now I can't even find the specification on their website. I don't know if anyone runs that thing still.

tag:gitlab.com,2025-12-18:4926501954 Remi Rampin closed issue #340: Support for SMTP with STARTTLS at Remi Rampin / taguette 2025-12-18T16:10:09Z remram44 Remi Rampin tag:gitlab.com,2025-12-12:4908365964 Remi Rampin commented on issue #340 at Remi Rampin / taguette 2025-12-12T21:03:53Z remram44 Remi Rampin

Are you able to test !159 (merged)? I have built quay.io/remram44/taguette:1.5.2-13-g5b19ac3. It should support STARTTLS with the following config:

MAIL_SERVER = {
    "ssl": "starttls",
    "host": "your-server",
    "port": 25,
}
tag:gitlab.com,2025-12-12:4905283225 Remi Rampin deleted project branch starttls at Remi Rampin / taguette 2025-12-12T03:01:54Z remram44 Remi Rampin

Remi Rampin (648240e8) at 12 Dec 03:01

tag:gitlab.com,2025-12-12:4905283210 Remi Rampin pushed to project branch master at Remi Rampin / taguette 2025-12-12T03:01:53Z remram44 Remi Rampin

Remi Rampin (5b19ac34) at 12 Dec 03:01

Merge branch 'starttls' into 'master'

... and 2 more commits