Adam Spiers
Adam Spiers
Email delivery doesn't work out of the box because sendmail isn't included in the Dockerfile, so PHP mail can't find it and fails with a cryptic error: sh: 1: -t:...
User-specific configuration data such as passwords are better passed via the environment, as explained by the third principle of 12-factor apps: - https://12factor.net/config This avoids the issues with checking passwords...
These days it's generally accepted that best practice is to use SSL everywhere, since unencrypted traffic is susceptible to all kinds of security and privacy issues.
Is there any reason why this app doesn't allow you to list intents? That is the only thing that I need, in order to find out how to automate tasks...
It would be extremely useful to have a feature I've seen in other test frameworks, where an API exists for logging debug within a test, but the debug only appears...
GitHub is not a suitable choice of hosting service for GNU projects, since it is non-free in many ways, and [scored an F in the GNU Ethical Repository Criteria Evaluations](https://www.gnu.org/software/repo-criteria-evaluation.html#GitHub)....
Currently Stow is built by pre-processing `*.in` files into corresponding files with the `.in` prefix dropped. For example: - `bin/stow` is generated from `bin/stow.in`, - `lib/Stow.pm` is generated from `lib/Stow.pm.in`...
[This feature request was originally confused with #11 and [reported there](https://github.com/aspiers/stow/issues/11#issuecomment-225513622); moving here to stop the confusion.] [Example use case](https://github.com/aspiers/stow/issues/11#issuecomment-225513622) given by @dmarcoux is a [Stow package](https://www.gnu.org/software/stow/manual/html_node/Terminology.html) containing dotfiles for...
I keep forgetting the TODO file exists, and anyway it's an ineffective place to track TODOs relative to a web-based issue tracker, so I think we should migrate its contents...
Just found https://www.gnu.org/prep/maintain/html_node/License-Notices-for-Documentation.html#License-Notices-for-Documentation and then discovered [this TODO](https://github.com/aspiers/stow/blob/a4c0ad62d12763d842285d753e62666e787fa0da/TODO#L11) which led me to find some ancient email: - [[Stow-devel] RFC: moving to GPL v3 and FDL 1.3](https://lists.gnu.org/archive/html/stow-devel/2011-12/msg00007.html) - a private conversation...