Lukas Fleischer
Lukas Fleischer
Yes, I think that's a great solution, except for the fact that we cannot guarantee that the description will come in the same order when performing an import followed by...
> While using tzdata 2024b-1, std::chrono time zone database seems to be incorrect. Iterating over std::chrono::tzdb_list and printing out all the zone names per std::chrono::tzdb gives only Etc/GMT and Etc/UTC....
> Could this be a duplicate of #3024? I looks like the original issue described in #3024 is different, but that thread was revived recently discussing the same issue as...
Since 0.11 has recently been released, I went back to mainline and noticed this is still a major issue. Without locally reverting caf87d9, alot is too slow for everyday use...
Some background and explanations on how to reproduce can be found in issue #1460. Based on others' comments there, commit caf87d9 seems to have been introduced as a workaround for...
FWIW, I've been using this patch for a while -- essentially a mix between old and new behavior: ```diff diff --git a/alot/db/manager.py b/alot/db/manager.py index 39c34e2e..09c537ab 100644 --- a/alot/db/manager.py +++ b/alot/db/manager.py...
@javiertury - Great idea. I just sent a PR to implement search limits.
Fixed via https://github.com/pazz/alot/pull/1696.
For context, this is on an SSG site, using (or attempting to use) the hook to redirect/render different pages under certain preconditions.
> > under certain preconditions > > Can you elaborate on that? Authentication with SSG is an example that was already mentioned in #1600, but there are other similar scenarios,...