June 4, 2025 - Islandora/islandora-community GitHub Wiki

Time/Place

This meeting is held virtually via Zoom, with an open channel for chatter on Slack. Anyone is welcome to join. The hosting can be claimed by anybody with the host ID. The Host ID is in the header of the TAG slack channel.

Chair Roster

These are the core members of TAG and will take on chair of the meeting if there are no volunteers, and will support volunteers who are chairing for the first time:

  • Don 🪑
  • Seth
  • Annie

Attendees

  • Yamil Suarez 🗒️
  • Cary Gordon
  • Joe Corall
  • Annie Oelschlager🪑
  • Tommy Keswick
  • Brian Gregg
  • Mitch McKenzie
  • Jordan Dukart
  • Adam Vessey
  • Stephen Szanati
  • Josh d'Entremont
  • William
  • Justin Gosset

Agenda

Note that links are to the document repository only. New issues in other repositories or organizations will not appear in this list, and should be added by interested parties directly to the agenda.

  1. PR Roundup for Islandora Org- Link sorted by recently updated
  2. Issue Roundup - Link sorted by recently updated
  3. Review of mailing list
  4. PR Roundup for Islandora DevOps- Link sorted by recently updated
  5. Issue Roundup for Islandora DevOps- Link sorted by recently updated
  6. PR Roundup for Islandora Labs - Link sorted by recently updated
  7. Issue Roundup for Islandora Labs - Link sorted by recently updated
  8. Feel free to add more, or add something from Islandora Discussions

Minutes

  1. PR Roundup for Islandora Org- Link sorted by recently updated

-- https://github.com/Islandora/islandora/pull/1079 Adding very basic sample vtt data to media track generateSampleValue function #1079

Joe will test locally and then merge if all is well.

-- https://github.com/Islandora/chullo/pull/103 Revert "Stream fedora GET calls (except for Range requests)" #103

"The long and short of the problem is flysystem is an abstraction for a traditional filesystem. Some core php functions (e.g. imagesize) and/or php libraries assume seekable streams (i.e. you can move a pointer back and forth for a file being read). Since our flysystem integration with fedora is over http, if we stream the fedora response that stream is not seekable since http can only be read once. This causes any function call assuming seekable streams to throw errors."

Adam wondered if this woudl help us: https://github.com/guzzle/psr7/blob/2.7/src/CachingStream.php

Adam suggested that maybe we can try to use imagemagick instead of the GD Toolkit to see if it would get rid of the relevant errors.

We may need to create our own "controller" to catch when there is a range "seek back" request.

We talked about the pors/cons of replacing Flysystem. Here is a read only adapter prototype for Flysystem as an example. https://github.com/discoverygarden/flysystem_ocfl/

For now we will revert adding the range feature, until we figure out how to avoid the errors.

We talked about creating a issue to track future work on the range feature.

-- https://github.com/Islandora/controlled_access_terms/pull/145 Setting a basic EDTF year field value when using devel_generate to generate sample data. #145

Nees reviewer and more details on how to test.

-- https://github.com/Islandora-Devops/isle-dc/pull/422

Thsi newly added PR just removes a line not needed by isle-dc. Will be merged soon.

  1. Issue Roundup - Link sorted by recently updated

No recent issues to look at.

  1. Review of mailing list

No emails to review.

  1. PR Roundup for Islandora DevOps- Link sorted by recently updated

-- https://github.com/Islandora-Devops/isle-buildkit/pull/435 Add Transkribus microservice for HOCR derivatives #435

Developer is workign with Nigel to finalize this PR.

-- https://github.com/Islandora-Devops/islandora-starter-site/pull/163 Waiting on Annie to test this when she gets a chance. Others are welcome to try it out.

  1. Issue Roundup for Islandora DevOps- Link sorted by recently updated

-- https://github.com/Islandora-Devops/isle-dc/issues/418

  1. PR Roundup for Islandora Labs - Link sorted by recently updated

Nothign new to look at.

  1. Issue Roundup for Islandora Labs - Link sorted by recently updated

Nothign new to look at.

  1. Feel free to add more, or add something from Islandora Discussions