decentral1se

Results 398 comments of decentral1se

tysm for the efforts @s0ph0s-dog! super valuable work 💟

One thought: it would be simply *incredible*, if you could run `mox` with both "regular mail" and "chatmail" modes turned on in parallel. Supporting end-users with mail accounts (webmail) and...

If you wire up the docs location / format for this, I can provide a Nextcloud / `user_oidc` example.

I also have a working config / flow for the Google (🤢) upstream provider I can share. I see the docs only show Github as a possible provider, so I...

FYI, I tried to package fail2web (would resolve this) but ran into some issues: > https://forum.yunohost.org/t/packaging-fail2web-blocked-fail2web-unmaintained/8017 :cloud_with_rain:

FYI: personally, I do use https://torsion.org/borgmatic/ as well to configure my backup policy (and also contribute development efforts there too). It supports configuration separation on a per-application basis which might...

I am lurking, I have subscribed, I am highly interested in Golang bindings 😌 (Is anyone hacking on this? I'm willing to give it a shot but don't know a...

Update: it's possible! The issue is that I need to hook in multiple times to initialise the localisation so that `gotext.Get` can do it's work (on creating the commands, on...

We ended up moving to `xgettext-go` so we could initialise our `gotext.Get` call in one place and then have it get picked up everywhere. See [here](https://git.coopcloud.tech/toolshed/abra/src/commit/8c7b06a7bb45990602b69aaeea1421aea82512bd/.drone.yml#L10-L29) for more. I think...

I am just running into this now, I wholeheartedly agree with this proposal! For doing some "pre help" functionality and then just showing the default help, i've been stuck for...