Results 11 comments of drebs

> Is alot the right place to implement this? How much is/will be implemented at the notmuch level? Good question, here's a message in notmuch's mailing list regarding this: https://notmuchmail.org/pipermail/notmuch/2018/026405.html...

Hello, I dug a big into how this problem shows up to me, and I hope to not be misleading for the context of this issue. In my case the...

Thanks for the quick response! Nice, I didn't know about `fpm`, will take a closer look. Some questions: - Does `fpm` use the info in the `debian/` directory or does...

I think @andrearicci is proposing something like **Emacs HTML Impatient Mode**: * https://github.com/skeeto/impatient-mode * https://www.youtube.com/watch?v=QV6XVyXjBO8 I'm not sure how it'd fit with `server` and/or `build --watch`, but it would be...

In case it helps, here's a little Python3 script that'll check a string against the haveibeenpwned API (couldn't attach because GitHub doesn't accept `.py`): ```python3 #!/usr/bin/python3 import hashlib import requests...

> Sure, that is an option, i just prefer to keep my own configuration where i can write it without elevating my priveliges. How about if, instead, Diceware included `${XDG_DATA_HOME}/diceware/wordlists`...

I have proposed a "pt-br" wordlist: https://github.com/ulif/diceware/pull/60 Check the commit message for the method I used to come up with the list. I did not use the Android wordlist as...

> Hi, would you be able to do the following, so we can provide some feedback Sure! It took some time because I had to wait for it to happen...

To workaround, add the following to the Bookworm node's hiera data: ```yaml php::globals::php_version: '8.2' ```

> @grovesteyn You write that you can configure this in timewarrior.cfg, but how? Currently, the maximum length of 15 chars for the annotations column in the summary is [hard-coded and...