Tom Bogle
Tom Bogle
I'm brand new to this project, so I apologize if I've missed something, but it appears that anything logged using XCLogger does not show up in Console for iOS 10+....
When a media file contains more than one stream of a particular type, the one currently returned as the "Primary" is the one with the lowest index. It kind of...
I'm looking at a sample media files with multiple audio tracks of slightly different durations. In this particular case, the primary one is the shortest. The format duration is longer...
Obviously, we need for the user to be able to press Shift+Ctrl to make it possible to get back into the settings dialog to enter the password, but _other_ controls...
If we can figure out an appropriate way in ReflectionHelper to detect that we're running under Visual Studio Test Platform, it should be possible to change the logic to return...
The RichTextBox control uses the default size limit of MaxValue as its MaxLength. We need to check to see whether the text to append will fit, as described [here](https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.richtextbox.maxlength?view=netframework-4.8).
ClipboardTestApp and ArchivingTestApp should not be published and therefore don't need to be signed or have nupkg files created. Also did a little minor (unrelated) refactoring in Writing System tests....
The label and buttons in the lower right portion of the dialog box (as well as the title) are not covered by an L10nSharp localization extender. Note: Everything in the...
This is used in SIL.Archiving, but it has been deprecated.
## Bug Description I am getting frequently repeating crashes with the error: Error Message: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of...