Waylan Limberg

Results 29 issues of Waylan Limberg

I wanted to remove any extraneous characters from the initials and only have the initials with no punctuation or whitespace. In the process I stumbled upon two shortcomings with the...

This is a proposal to break the search plugin out into a separate repo and package. ### Why? There are a few reasons for this proposal: 1. Like with themes,...

Search

See [Application.CompareDocuments](https://msdn.microsoft.com/en-us/library/microsoft.office.interop.word._application.comparedocuments(v=office.14).aspx), also called [Application.MergeDocuments](https://msdn.microsoft.com/en-us/library/microsoft.office.interop.word._application.mergedocuments(v=office.14).aspx). The new command would simply wrap this method and provide options for the available parameters.

Yesterday (2024-10-07), Python 3.13 was released and 3.8 reached end-of-life. This adjusts Python-Markdown's meta-data and tests to match. However, I don't expect to immediately merge this. We can wait until...

approved

As noted in #1575, there is currently an inconsistence in the way versions are being specified which is breaking links in the API documentation to source code. This stems from...

needs-decision

This is a first draft of documentation addressing #1479. I don't think I will use this as-is. The same text is reused multiple times, which gets redundant. And we still...

The readme suggests that a possible value of the output `status` is `unreleased`. One might assume that when there is an `unreleased` entry in the changelog, that the output would...

It is not clear from the documentation how to use both the `fields` and `tables` options together. For example, if the `tables` option renames a table, should the `fields` csv...

The docs list the arguments on `flatterer.flatten` as `fields` and `tables` for "Python Usage." However, when used, they result in `TypeError: flatten() got an unexpected keyword argument 'fields'` and `TypeError:...