Ole Martin Bjørndalen
Ole Martin Bjørndalen
https://docs.github.com/en/free-pro-team@latest/github/building-a-strong-community/setting-guidelines-for-repository-contributors
This is not something we need to support directly in the code, but it would be nice to have a documented way to create dataclasses from records. I think it...
It's getting hard to keep track of all the special cases of field formats in different DBF files. We need better tests for these special cases.
This will require internal changes to the library, and perhaps some API changes. Relevant issues and pull requests: * feature request: support non-seekable input files #5 * Streaming #14 *...
The way tests are run is not working anymore.
This will make it easier to write tools to analyze files, and to add support to the library for reading from and open file or pipe.
A global variable `_charset` in `meta.py` is used to set the current encoding and then reset to its old value after use. Could `thread.local` be used here? At least we...
@bast @rdoursenaud I've been manually updating `docs/changelog.rst` every time I make changes or merge a pull request. It would be silly to create a new pull request for this so...