Brecht Machiels

Results 127 issues of Brecht Machiels

Sphinx supports suppressing certain types of warnings by means of the [suppress_warnings](https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-suppress_warnings) configuration variable. This doesn't to be supported by Breathe. Is there any other way to suppress warnings such...

enhancement
code

Most software will also store a release date along with the release number. I was hoping bumpversion could also set the release date for me. The search/replace options looked promising,...

``` $ bumpversion release Traceback (most recent call last): File "/Users/brechtm/.pyenv/versions/tox/bin/bumpversion", line 11, in sys.exit(main()) File "/Users/brechtm/.pyenv/versions/3.5.1/envs/tox/lib/python3.5/site-packages/bumpversion/__init__.py", line 816, in main new_version = current_version.bump(positionals[0], vc.order()) File "/Users/brechtm/.pyenv/versions/3.5.1/envs/tox/lib/python3.5/site-packages/bumpversion/__init__.py", line 408, in...

The `bumpversion -h` output includes the 'RIGHTWARDS ARROW' (U+2192) unicode character, causing trouble on Windows. ``` $ bumpversion -h Traceback (most recent call last): File "c:\program files\python35\Lib\runpy.py", line 184, in...

TODOs - [ ] deduplicate files across globs first

There are many new commits since the version we are pinned at (v1.0.1). Updating may fix some of the tests in the CSL test suite. We should look into which...

enhancement

We should inspect all failing tests and decide whether they represent major or minor issues. This will help to decide which we should focus on fixing first.

ElementTree from the Python standard library should be fast enough. However, it is missing some of lxml's features: - ElementTree only has [limited support for XPath expressions](http://effbot.org/zone/element-xpath.htm) - RelaxNG validation...

enhancement

Resources: - http://www.docear.org/2012/08/08/docear4word-mapping-bibtex-fields-and-types-with-the-citation-style-language/ - https://github.com/citation-style-language/schema/blob/master/csl-data.json - https://github.com/citation-style-language/schema/blob/master/csl-citation.json

enhancement

https://www.quantifiedcode.com/app/project/61fcd880bcd04d478d659f2a8a1034ae Not all issues should be fixed. Some are not sensible.

enhancement