~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.

Trackers

~witcher/rss-email

Last active 10 months ago

~witcher/todotxt

Last active 1 year, 10 months ago

~witcher/medge-split-merge

Last active 2 years ago

~witcher/incidence_updates

Last active 2 years ago

~witcher/discord_covid19

Last active 2 years ago

~witcher/discord_sr

Last active 2 years ago

#19 Don't try to insert already existing entries into the database 10 months ago

Comment by ~witcher on ~witcher/rss-email

This is fixed with a60f9bd921b2b6be0b45d81d723c112aea5d90ca: Entries are now first fetched from the database and, if not found, inserted.

REPORTED RESOLVED FIXED

#29 Connection error: Connection error: received corrupt message 10 months ago

Comment by ~witcher on ~witcher/rss-email

Thomas Böhler referenced this ticket in commit 517f0f6.

REPORTED RESOLVED CLOSED

#28 Make `INFO` logging less noisy 10 months ago

Comment by ~witcher on ~witcher/rss-email

Thomas Böhler referenced this ticket in commit 5dff7b9.

REPORTED RESOLVED CLOSED

#29 Connection error: Connection error: received corrupt message 10 months ago

Comment by ~witcher on ~witcher/rss-email

After now stumlbing upon this exact same issue myself using STARTTLS on port 587 I think I know what the problem is: STARTTLS was never enabled and was never an option in rss-email! I had this planned as a feature in the future because I never needed it but never got around to it until now.

I'll push a commit soon, but I fixed this on my end by introducing a configuration setting and command line flag for using STARTTLS.

This also merits a new release along with the other changes since the last one, so I'll release a new version of this after adjusting some things in the code.

#3 Support API with `BufReader` 1 year, 1 month ago

priority:low added by ~witcher on ~witcher/todotxt

#3 Support API with `BufReader` 1 year, 1 month ago

priority:medium removed by ~witcher on ~witcher/todotxt

#3 Support API with `BufReader` 1 year, 1 month ago

Comment by ~witcher on ~witcher/todotxt

For now, it is assumed that todotxt_parser will handle small inputs that fit into memory, so a &str is okay to take.

If there are problems with memory usage or complaints by users, parsing with nom using streams needs to be evaluated and possibly implemented: https://docs.rs/nom/7.1.2/nom/index.html#streaming--complete

#1 Support reading archived priority tags 1 year, 2 months ago

priority:medium added by ~witcher on ~witcher/todotxt

#3 Support API with `BufReader` 1 year, 2 months ago

priority:medium added by ~witcher on ~witcher/todotxt

#6 Implement filtering tasks 1 year, 2 months ago

priority:low added by ~witcher on ~witcher/todotxt