Matt Hamilton
Matt Hamilton
See http://stackoverflow.com/questions/23482565/how-do-you-sync-firefox-addon-extension-preferences
This pull request implements a series of changes intended to enhance and improve the use of type converters. It partially addresses #68, but does not include line or column numbers....
Using the fluent layout classes for record configuration, it is almost possible to completely decouple record models from the FlatFile library. The only exception is in the case of master/detail...
This pull request adds public `Read` and `Write` methods that accept `TextReader` and `TextWriter`, respectively. `Stream` is useful in many cases, but more control is also sometimes necessary; for example,...
These are minor changes to - Add the .gitignore file to the solution's assets directory. - Add an entry to the .gitignore to ignore the .vs directory that is created...
I would find it useful to have the line number available for error handling. This pull request includes backward compatible refactoring to introduce a `FlatFileErrorContext` object that contains all relevant...