Eli C. Lowry

Results 9 issues of Eli C. Lowry

I attempted to fall back on the native converter, but it failed in some cases, so I've reverted to the custom converter. We should see what's going and if there's...

Fixes https://github.com/sillsdev/serval/issues/240 Parallel PR: https://github.com/sillsdev/serval/pull/454 - - - This change is [](https://reviewable.io/reviews/sillsdev/machine/233)

As brought up in a recent meeting, testing for paratext projects relies on specific test project files. It would be better to separate the logic from the file system interactions...

enhancement

After the issue with Indonesian (and Portuguese), it's apparent that the terms localization files are not always themselves clean. We have tests to cover the logic of terms parsing, but...

We got this error recently on ext QA: ``` An unhandled exception was thrown by the application. System.ArgumentException: An item with the same key has already been added. Key: SIL.Scripture.Versification+Table+VersificationKey...

We've run into a number of difficult-to-debug issues that have boiled down to a project's USFM not being consistent with its versification . Is there anything we can do about...

There is room for optimizing the handler's algorithm. See [here](https://github.com/sillsdev/machine/pull/306#pullrequestreview-2905856466). As applicable, these should also be ported back into machine.py.

You can create a verse ref whose `ToString()` is `LUK 1:1,` by setting `VerseRef.Verse` but `new VerseRef("LUK 1:1,")` throws an exception. `VerseRef LUK1:1,`'s `AllVerses()` includes `LUK 1:` which is not...