Jeff Turner

Results 80 issues of Jeff Turner

Using 0.0.14, the `--database` support seems broken, at least when connecting to a Postgres 14.6 database: ``` pq -d "postgresql://$ATL_DATABASE_USER:$ATL_DATABASE_PASSWORD@$ATL_DATABASE_HOST:$ATL_DATABASE_PORT/$ATL_DATABASE" 'from jiraissue | take 1' Error: IO Error: Unsupported Postgres...

nagios-cli appears to limit output to 100 characters wide. This means that some longer service statuses get truncated. It would be nice if the maximum width could be set in...

FYI, seems broken. When I try the README example with a directory containing one mp3, I get: ``` $ podcast --dir . --out podcast.rss --title "Talks" --description "Podcast Description" --link...

Hi, _TL;DR: mysql_fdw queries can become dramatically slower within PL/pgSQL FOR loops, due to the query optimizer eliminating the WHERE clause push-down._ I'm trying to import MySQL data into Postgres...

The `.docx` contact list header is broken in Jethro 2.34.1: ![image](https://github.com/tbar0970/jethro-pmm/assets/205995/9aa96c5f-b6b1-4d80-bb62-832e880f0d79) To replicate: - Families -> Contact List - Pick an opt-in group and click `Show Results` - Click `Download...

bug
severity-medium

Under Rosters -> Display Roster Assignments, Jethro now displays some stats about assignees (unless `ROSTERS_HIDE_ANALYSIS` is is defined): ![image](https://github.com/tbar0970/jethro-pmm/assets/205995/7829278e-336b-4346-a30a-988de253ab43) This section breaks if a Roster View contains only Service Fields,...

bug
severity-medium

I've also moved the header into the function so that it can be omitted if `$this->getRoleIDs()` is false. It looks like it should be in there anyway.

We're seeing occasional errors from Jethro: ``` Cannot add note, no person ID specified Line 16 of /home/jethro/public_html/demo/views/view_0_add_note_to_person.class.php ``` To replicate: 1. Log in 2. Persons -> List All 3....

bug
severity-low

A weird bug: it's not possible to untick _all_ attendances for a previously recorded date+congregation. You must leave at least one. 1. Record a few attendances, any day, any congregation:...

bug
severity-low

There's a logic bug in Jethro's attendance report. When people are removed from a group or congregation, they no longer appear as present in past weeks when they did attend....

bug
severity-medium