Matthew Peveler

Results 147 issues of Matthew Peveler

It would be useful to people to be able to use `update` for DBs that are not MySQL. To handle it, a trigger will have to be made against the...

feature

As part of their changes to improve the story for geometries, mysql added the [`information_schema.ST_GEOMETRY_COLUMNS`](https://dev.mysql.com/doc/refman/8.0/en/st-geometry-columns-table.html) table which stores various useful bits of info like SRID, shape, etc, which is not...

feature

The config object is parsed with values replaced in three different spots. The first parsing is done when the Config class is instantiated and it replaces placeholders with environment variables:...

enhancement

With #1759, GitHub actions, Travis, and appveyor are all used to build and test phinx in different aspects. Given that GitHub actions supports Windows and any functionality of Travis (beyond...

enhancement

The `getColumns` function for the PostgresAdapter does not handle geometric or geographic types very well, missing in capturing the defined shape, as well as set coordinate system. This is due...

enhancement

From https://github.com/py-pdf/PyPDF2/discussions/1046, the following may be useful to useful to cherry-pick if possible: > Improved embedded file handling (Rüdiger Jungbeck, rjungbeck) Allow attachment of more than 1 file with PdfFileWriter.addAttachment()...

is-feature

Right now, the asciidoc-py parser does not fully follow the parsing rules of asciidoctor, differing in some cases. As part of the roadmap (#173), the plan is to slowly fix...

enhancement
AsciiDoc specification

The file is licensed under `GNU Free Documentation License, ver. 1.3 or later version` which is not compatible with GPLv2+. As such, need to remove this file, and then make...

Right now, there's not documentation beyond the source code that `pytest` and `pytest-mock` are required to run the test suite. The old `test_requires` array in `setup.py` has long since been...

enhancement

As reported in #201, there are a number of spots that the main `asciidoc.py` module is raising DeprecationWarnings. Need to track them down, and fix them, and hopefully test coverage...

bug