🇨🇦
Privacy advocate. Full-stack Web Developer by trade; moonlighting as a Rust 🦀 padawan.
From Ming Tang to ~sircmpwn/sr.ht-discuss
On Sat Sep 21, 2024 at 7:05 AM PDT, Jackson wrote: > Currently at the bottom of job details pages, it shows the following > when the job is completed (failed or succeeded): > > Build complete: success 2 days ago (took a minute) Ah. I hadn't noticed that before. Should have looked harder! Perhaps it can be placed in the side bar. But thank you for pointing this out to me.
From Ming Tang to ~sircmpwn/sr.ht-discuss
I couldn't find a ticket or discussion relating to this, but it would be really useful to display how long a build took, or even elapsed time for a running build. Is that possible with how the build system is currently set up?
From quaff to ~rjarry/aerc-devel
Add mention for usage over SSH. Using GPG integration with pinentry over ssh prevents entry of passphrases. Current version of aerc retains control of TTY over pinetry. Forwarding the gpg-agent will enable a workflow for users of aerc over SSH. Signed-off-by: quaff <me@quaff.ca> --- integrations/pgp.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/integrations/pgp.md b/integrations/pgp.md index 2e826ef0..469c3ca3 100644 [message trimmed]
From quaff to ~rjarry/aerc-devel
Signed-off-by: quaff <me@quaff.ca> --- Done! I've made the requested changes to the first patch. integrations/pgp.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/integrations/pgp.md b/integrations/pgp.md index 2e826ef0..494e61cc 100644 --- a/integrations/pgp.md +++ b/integrations/pgp.md @@ -34,3 +34,12 @@ following commands: gpg --export >> ~/.local/share/aerc/keyring.asc gpg --export-secret-keys >> ~/.local/share/aerc/keyring.asc [message trimmed]
From quaff to ~rjarry/aerc-devel
Signed-off-by: quaff <me@quaff.ca> --- integrations/pgp.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/integrations/pgp.md b/integrations/pgp.md index 2e826ef0..e1d791bb 100644 --- a/integrations/pgp.md +++ b/integrations/pgp.md @@ -34,3 +34,12 @@ following commands: gpg --export >> ~/.local/share/aerc/keyring.asc gpg --export-secret-keys >> ~/.local/share/aerc/keyring.asc ``` [message trimmed]