Jeff Turner
Jeff Turner
Currently the Planned Absence data is entered and displayed per-person:  I'm wondering if this same information could be displayed, and possibly also edited, in Roster views, as a new...
I think this UI tweak, removing underline links, makes the UI a bit cleaner. WDYT? Before/after screenshots: ## Dashboard #### Before  #### After  ## Person action links ####...
When marking attendances, there are some groups of people we _know_ won't have attended, and want to exclude from the attendance list. Often these are people in certain statuses. The...
In Families -> Contact List one can generate a church directory-style contact list, and then 'Download as..' DOCX. It would be nice if family members could be kept together on...
Occasionally a couple share an email address, and we'll have two persons in Jethro: ``` "John Doe" "Jane Doe" ``` When Jethro's Mailchimp syncer syncs to Jethro, only the first...
It would be useful to know which persons have signed up for the `/members` interface. This can be seen for any particular user in their 'Accounts' tab:  but it...
Jethro users occasionally need API-like access to Jethro data. For instance, Google Sheets might ingest CSV data from a Persons report for further processing. To this end, it would be...
Thanks for this useful plugin! As noted in https://github.com/badjware/certbot-dns-cpanel/issues/11, the 'legacy' arg format doesn't work in >2.x certbots: ``` certbot: error: unrecognized arguments: --certbot-dns-cpanel:cpanel-credentials /root/letsencrypt/secrets/credentials.i ni ``` This patch fixes...
Not sure if this is libstderred.so's fault, but just FYI: use of libstderred.so can result in an unbootable computer: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1729836 Specifically, if you: - Use libstderred.so via LD_PRELOAD in ~/.bashrc...
I have installed `pq` via `cargo install prql-query`. Running `pq --help` works, but any other command fails with an odd `semver version number string` error: ``` $ pq "from a...