~witcher

Germany

https://wiredspace.de

Software Engineer. Mainly working with Rust. Interested in a lot of things but don't talk to me about Cryptocurrencies, Blockchain, and AI.

~witcher/rss-email-devel

Last active a month ago

~witcher/public-inbox

Last active 8 months ago

~witcher/todotxt-discuss

Last active 8 months ago

~witcher/todotxt-devel

Last active 8 months ago

~witcher/todotxt-announce

Last active 8 months ago

~witcher/rss-email-announce

Last active 8 months ago
View more

Recent activity

Re: [PATCH v2 1/2] Add a makefile a month ago

From witcher to ~witcher/rss-email-devel

Hi Hugo,

before applying your patches, I went ahead and corrected your commits to avoid
another round of patches for these trivial changes. I hope you don't mind.

Thank you for your contribution and maintaining the package for it for Alpine!

-- 
witcher

Re: [PATCH 2/2] Use the makefile in CI a month ago

From witcher to ~witcher/rss-email-devel

On Sun Aug 13, 2023 at 1:02 AM CEST, Hugo Osvaldo Barrera wrote:
> So it gets properly tested.
> ---
> Tested here: https://builds.sr.ht/~whynothugo/job/1040484
>  .build.yml | 8 +++++++-
>  1 file changed, 7 insertions(+), 1 deletion(-)
>
> diff --git a/.build.yml b/.build.yml
> index 400b19a..0b4856f 100644
> --- a/.build.yml
> +++ b/.build.yml
> @@ -5,6 +5,7 @@ triggers:
>      to: witcher <witcher@wiredspace.de>
>  packages:

Re: [PATCH 1/2] Add a makefile a month ago

From witcher to ~witcher/rss-email-devel

Hi Hugo, it's always great to see you contribute :)

On Sun Aug 13, 2023 at 1:02 AM CEST, Hugo Osvaldo Barrera wrote:
> +.PHONY: build
> +build: target/release/rss-email rss-email.1 rss-email.5
I'd rather have a separate `doc` rule that (optionally) builds the documentation
with scdoc, but seeing as it's standard to build documentation on invoking
`make` it's probably better to instead not mark scdoc as an optional dependency.
Can you remove the "optional" marker for scdoc in the README?

> +.PHONY: install
> +install: build
> +	@install -Dm755 target/release/rss-email 	${DESTDIR}${PREFIX}/bin/rss-email
> +	@install -Dm644 rss-email.1	${DESTDIR}${PREFIX}/share/man/man1/rss-email.1

Re: Skip CI for readme changes 5 months ago

From witcher to ~sircmpwn/sr.ht-discuss

On Wed Apr 19, 2023 at 7:37 AM CEST,  wrote:
> Hello, I was wondering if there was a way to skip CI runs for commits that only
> change text files.
As far as I'm aware this is not possible, but you can manually choose to skip a
CI run when you push your commits with `git push -o skip-ci`:
https://man.sr.ht/builds.sr.ht/#gitsrht

-- 
witcher

Re: Feedback and various issues from a new aerc user 5 months ago

From witcher to ~rjarry/aerc-discuss

On Sun Apr 16, 2023 at 4:13 PM CEST, Tim Culverhouse wrote:
> On Sat Apr 15, 2023 at 4:50 PM CDT, Maarten van Gompel wrote:
> > * New mail in inbox doesn't seem to show as it comes in.
> >   I don't have any check-mail command set, I just set up the maildir++ that dovecot writes.
> >   Do I need to setup something more?
>
> This should work. I wonder if you are using macOS? The filewatcher which
> does this didn't work on mac previously but has been addressed with
> https://git.sr.ht/~rjarry/aerc/commit/27cacdfca581d1f51f3e99a8f94c859fe8576790

Chiming in - this works for me using

  aerc 0.14.0-124-gb756cf3f875a +notmuch (go1.20.3 amd64 linux)

Re: Related project link inside git/todo/lists/etc 5 months ago

From witcher to ~sircmpwn/sr.ht-discuss

On Sun Apr 2, 2023 at 4:06 PM CEST, Xnuk Shuman wrote:
> I cannot find the project link in the git source.

This is a planned feature. The todo item for it seems to be this one:
https://todo.sr.ht/~sircmpwn/hub.sr.ht/15
As you can see from the label, it's planned for the beta.

-- 
witcher

Re: Suggestion in "summary" in git projects 6 months ago

From witcher to ~sircmpwn/sr.ht-discuss

On Thu Mar 23, 2023 at 12:27 PM CET, Xavier wrote:
> A 22.03.2023 22:53, Oliver Lowe escrigué:
> > The text wraps because the area is divided into two sections:

> > 	<div class="row">
> > 		<div class="col-md-6">
> > 			Go package for controlling a Starlink Dishy device
> > 		</div>
> > 		<div class="col-md-6 licenses"></div>
> > 	</div>

> > Maybe that space is reserved for a future feature where a short
> > description of the project’s license is shown?
> Perhaps Drew or sr.ht could explain if it's true.

[PATCH aerc] doc: merge duplicate `:filter` in aerc(1) 6 months ago

From witcher to ~rjarry/aerc-devel

`:filter` was given twice in the "MESSAGE LIST COMMANDS" section of *aerc*(1),
both incomplete/wrong. Merge both to reference *aerc-search*(1) and say it
actually *filters* the message list.

References: https://todo.sr.ht/~rjarry/aerc/144
Signed-off-by: witcher <witcher@wiredspace.de>
Fixes: af63bd0188d13ecf00628c30f88d0ee06c07e500 ("doc: homogenize scdoc markup")
---
 CHANGELOG.md   | 2 ++
 doc/aerc.1.scd | 8 ++------
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4081aa8..b36d45d 100644
[message trimmed]

Re: Outdated lockfile in rss-email 0.4.2 6 months ago

From witcher to ~witcher/rss-email-devel

On Mon Mar 6, 2023 at 1:46 PM CET, Hugo Osvaldo Barrera wrote:
> The lockfile includes the crate version, so you need to re-generate
> the lockfile when bumping it.

Looks like my workflow for bumping the version needs work... I assumed
it was included. It's included in v0.4.4.

Thanks for the information, and sorry for the trouble.

-- 
witcher

Re: Outdated lockfile in rss-email 0.4.2 6 months ago

From witcher to ~witcher/rss-email-devel

Sorry, this seems to have landed in my Spam folder for some reason.

Sure, I'll push a version bump in!