John R. D'Orazio

Results 40 issues of John R. D'Orazio

I was attempting to parse a defective ICS file, which happened to have empty `CREATED:` and `LAST-MODIFIED:` fields: ```ical BEGIN:VEVENT CLASS:PUBLIC DTSTART;VALUE=DATE:20291231 DTSTAMP:20240422T062620Z UID:c0e7126a841a70761e4057e58b5e2d52 CREATED: DESCRIPTION:\nA fun event\nRSVP LAST-MODIFIED: ```...

Translations update from [Weblate](https://translate.johnromanodorazio.com) for [Confessit Web/Public Locales](https://translate.johnromanodorazio.com/projects/confessit-web/public-locales/). Current translation status: ![Weblate translation status](https://translate.johnromanodorazio.com/widgets/confessit-web/-/public-locales/horizontal-auto.svg)

I would suggest reviewing some of the texts for certain "sins". I figure it's easier to track progress and discuss here than on Slack, where things can get lost in...

enhancement

I'm noticing as I look over the source code, that sometimes components are written as class components, other times as function components. I'm guessing there's probably been some re-writing of...

maintainability

It's a little bit difficult to translate a phrase that contains information specific to a geographical area. For example, the link to the website `masstimes.org` is specific to the United...

Currently the **Examine** area has one approach to the examination of conscience, based on the Ten Commandments. There are other ways of going about an examination of conscience, and using...

enhancement

Translations update from [Weblate](https://translate.johnromanodorazio.com) for [Liturgical Calendar/Proprium de Tempore](https://translate.johnromanodorazio.com/projects/liturgical-calendar/proprium-de-tempore/). It also includes following components: * [Liturgical Calendar/Patron saints of Europe](https://translate.johnromanodorazio.com/projects/liturgical-calendar/patron-saints-of-europe/) * [Liturgical Calendar/Memorials from Decrees](https://translate.johnromanodorazio.com/projects/liturgical-calendar/memorials-from-decrees/) * [Liturgical Calendar/Proprium de Sanctis...

The current approach to unit testing isn't quite following the intended usage of PHPUnit. We're extending `TestCase` and instantiating the resulting class. But according to the intended usage of PHPUnit,...

enhancement

The LitCal API now allows a diocesan calendar to override the settings of a national calendar, for example whether *Epiphany*, *Ascension*, or *CorpusChristi* fall on Thursday or Sunday. The case...

enhancement