John Vandenberg

Results 1268 issues of John Vandenberg

When enabling the pypy & pypy3 builds, they both complain about ``` /home/travis/build/jayvdb/citeproc-py/tests/citeproc-test.py:307: SyntaxWarning: name 'CslTest' is assigned to before global declaration ``` https://travis-ci.org/jayvdb/citeproc-py/jobs/116792712

The reason for the uncaught exceptions in the following tests was analysed in #45: bugreports_GreekStyleProblems bugreports_GreekStyleTwoEditors

[bibutils](https://sourceforge.net/p/bibutils/home/Bibutils/) is a commonly used converter, which can help citeproc-py users as it assists converting records to bib for importing into citeproc-py. I've created an archive of bibutils releases at...

The correct BibTeX field for journal issue is confusingly called `number`, and `number` is used for other output types - e.g. series number for books, etc.. Before 025424757030062e7abda68a4566ce728aa1622e , BibTeX...

In #18 , bibtexparser (https://github.com/sciunto-org/python-bibtexparser) was suggested as an better parser, and several problems with it were highlighted. As that package is actively maintained, it would be good to raise...

Do you mind if I add an Appveyor build script, either as the default `appveyor.yml` or using `.appveyor.yml` ? http://ci.appveyor.com/ Personally I rather that it downloads the build scripts from...

https://travis-ci.org/jayvdb/httplib2/builds/42097318 Some tests are failing because of a problem with the test server http://bitworking.org/projects/httplib2/test/303/303.cgi We can remove dependency on the bitworking server for the asis test files by using https://pypi.python.org/pypi/asis...

Fixes issue #173 Patch originally contributed Sep 6, 2011 https://code.google.com/p/httplib2/issues/detail?id=173 --- This change is [](https://reviewable.io/reviews/jcgregorio/httplib2/289)

I am running unprivileged on a corporate laptop, and I encounter the following errors. It would be nice to detect this and skip the tests which depend on it. ```...

setup.cfg refers to https://github.com/cpburnz/python-path-specification/blob/master/pathspec_meta.py with ```ini version: attr: pathspec_meta.__version__ ``` On a git checkout on Windows, unless git config `core.symlinks` was enabled explicitly, the following occurs when trying to install...