From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id CC4A31F4B4; Mon, 25 Jan 2021 18:37:24 +0000 (UTC) Date: Mon, 25 Jan 2021 07:37:24 -1100 From: Eric Wong To: Kyle Meyer Cc: meta@public-inbox.org Subject: Re: [PATCH 02/10] lei: support remote externals Message-ID: <20210125183724.GA25291@dcvr> References: <20210123102755.425-1-e@80x24.org> <20210123102755.425-3-e@80x24.org> <87v9bmswkh.fsf@kyleam.com> <20210124120217.GA12880@dcvr> <87pn1urnnb.fsf@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <87pn1urnnb.fsf@kyleam.com> List-Id: Kyle Meyer wrote: > Eric Wong writes: > > > Btw, since you seem to be figuring things out without existing > > docs, could I convince you to start manpages for lei? > > Sure, happy for a way to contribute. I'm currently a bit behind with > some other volunteer work, but I should be able to carve out time for > this next weekend. No worries and thanks in advance! I think most of the stuff implemented for lei is stable so far, but more features will appear :) And please let us know if there's anything that's too surprising or bad.