~ancarda

~ancarda/vcs-autodiscovery

Last active 1 year, 8 months ago

~ancarda/gemtext-parser

Last active 2 years ago

~ancarda/testing

Last active 2 years ago

~ancarda/public-inbox

Last active 3 years ago

~ancarda/high-test-coverage

Last active 3 years ago

~ancarda/psr7-string-stream

Last active 3 years ago

~ancarda/tls-redirector

Last active 3 years ago

~ancarda/coverage-enforcer

Last active 3 years ago
View more

Recent activity

Re: [PATCH] fix meta payload attribute in README 1 year, 8 months ago

From Mark Dain to ~ancarda/vcs-autodiscovery

Thanks a lot for this!

On Mon Jan 2, 2023 at 6:35 PM GMT, Phil Pennock wrote:
> Payload is in `content=`, not `value=`.
> ---
>  README.md | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/README.md b/README.md
> index 1bad3d8..1ba43b2 100644
> --- a/README.md
> +++ b/README.md
> @@ -12,10 +12,10 @@ ## What and Why
>  Software can scrape `<meta>` tags in the `<head>` tag to learn how to clone or

Re: [PATCH rfc] IMPLEMENTATIONS: add vanitydoc 1 year, 8 months ago

From Mark Dain to ~ancarda/vcs-autodiscovery

On Mon Nov 28, 2022 at 10:49 AM GMT, oliverpool wrote:
> ---
> vanitydoc is a go command to generate static HTML and gemtext files
> based on the embedded go documentation of a module.
>
>  IMPLEMENTATIONS.md | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/IMPLEMENTATIONS.md b/IMPLEMENTATIONS.md
> index 3a997c2..224b1ec 100644
> --- a/IMPLEMENTATIONS.md
> +++ b/IMPLEMENTATIONS.md
> @@ -31,6 +31,10 @@ that consumes it.
>

Re: Aerc doesn't seem to work on an IPv6 only network 2 years ago

From Mark Dain to ~rjarry/aerc-discuss

June 1, 2022 10:31 PM, "Moritz Poldrack" <moritz@poldrack.dev> wrote:

> On Wed Jun 1, 2022 at 11:12 PM CEST, Mark Dain wrote:
> 
>> Does anyone use aerc on an IPv6 only network? If I disable IPv4,
>> aerc seems to fail immediately with "Migadu: client not ready"
>> and a few seconds later, "[Migadu] Disconnected".
> 
> Are you on an IPv6 connection?

Yeah, IPv6 work perfectly fine. I get 10/10 on test-ipv6.com and can reach
IPv6 only sites like loopsofzen.uk.

> I know that aerc *can* use IPv6, since it uses IPv6 to connect to my

Aerc doesn't seem to work on an IPv6 only network 2 years ago

From Mark Dain to ~rjarry/aerc-discuss

Does anyone use aerc on an IPv6 only network? If I disable IPv4,
aerc seems to fail immediately with "Migadu: client not ready"
and a few seconds later, "[Migadu] Disconnected".

Here's what I have in accounts.conf:

    [Migadu]
    source   = imaps://******@imap.migadu.com:993
    outgoing = smtps+plain://******@smtp.migadu.com:465

But both of these domains have full IPv6 support:
https://ip6.nl/#!imap.migadu.com
https://ip6.nl/#!smtp.migadu.com

Re: index attributes on links to VCS repos? 2 years ago

From Mark Dain to ~ancarda/vcs-autodiscovery

On Tue Feb 15, 2022 at 7:00 PM GMT, Phil Pennock wrote:
>  <li><a rel="vcs-repo" href="frob/">frob</a> &mdash; frobnozzle your widgets</li>
>  <li><a rel="vcs-repo" href="waft/">waft</a> &mdash; display your widgets</li>

I've been thinking about this for a little bit. Have you heard
of IndieWeb? They markup pages with Microformats, like so:
https://microformats.org/wiki/h-entry#Example

I can imagine something like h-repo with p-url. Like so:

    <article class="h-repo">
        <a href="..." class="u-url p-name">Snazzy Tool</a>
        <p class="p-summary">A very fine tool</p>
    </article>

Re: Reasons behind the 4 parallel build limit? 2 years ago

From Mark Dain to ~sircmpwn/sr.ht-discuss

On Sun Feb 20, 2022 at 8:45 AM GMT, Drew DeVault wrote:
> In general, most projects with this many builds have over-provisioned
> their CI above and beyond what's actually necessary for the goals of the
> project.

I had to sacrifice Arch Linux in ~rjarry/aerc so we could build
on OpenBSD. I imagine if we ever get builds working on Plan 9 or
other systems, we might end up with a single Linux build. Which
is probably fine.

Do you know why we originally had 4 Linux builds?

One solution might be allowing us to dispatch to additional
builds.sr.ht instances. I could host one myself for aerc and my

Re: index attributes on links to VCS repos? 2 years ago

From Mark Dain to ~ancarda/vcs-autodiscovery

On Tue Feb 15, 2022 at 7:00 PM GMT, Phil Pennock wrote:
> I have a vanity domain for Go imports maintained with some rather hacky
> shell (so not worth listing as an implementation), and I think I have it
> working.

Hey, I'm glad to see more people have implemented this!

>   side-question: is there a validator for the tags found?

There isn't a reference implementation (yet) if you are asking
for a tool to verify if your meta tags are correct. I have been
meaning to write one.

I'd be happy to take a look if you want to send me a link.

Markdown render caching bug on git.sr.ht 2 years ago

From Mark Dain to ~sircmpwn/sr.ht-dev

Earlier today, ~adnano submitted a patch to a repo I own:
https://lists.sr.ht/~ancarda/vcs-autodiscovery/patches/29093

This was to add a link to the README file, which I applied and
pushed.

This looks fine on sr.ht (hub), but not git.sr.ht. Opening
https://git.sr.ht/~ancarda/vcs-autodiscovery-rfc/ I noticed
"RFC.md" actually links here:
https://git.sr.ht/~adnano/test/tree/master/RFC.md

I think the patch was pushed to ~adnano/test first (currently
404), before being applied by me. Perhaps there's some caching
issue as the link is relative: `[RFC.md](RFC.md)', so it's not

Re: [PATCH] README: Link to RFC.md 2 years ago

From Mark Dain to ~ancarda/vcs-autodiscovery

Thanks!

To git.sr.ht:~ancarda/vcs-autodiscovery-rfc
   feda35b..d63f7a4  master -> master

[PATCH aerc] readme: Add shield for GitHub (macOS) build 2 years ago

From Mark Dain to ~rjarry/aerc-devel

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 338d9c2..caed568 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
# aerc

[![builds.sr.ht status](https://builds.sr.ht/~rjarry/aerc.svg)](https://builds.sr.ht/~rjarry/aerc)
[![GitHub macOS CI status](https://github.com/rjarry/aerc/actions/workflows/macos.yml/badge.svg)](https://github.com/rjarry/aerc/actions/workflows/macos.yml)
[message trimmed]