Paul Ganssle

Results 99 issues of Paul Ganssle

I was interested in this app primarily because it had the ability to export to and import from CSV files, but when I actually tried to export or import, it...

When a script calls `pyperf.Runner.bench_func` from a script that uses `click` to handle arguments, it raises an exception in `pyperf`'s argument parsing logic. Here is a minimal reproducing script: ```python...

The `LocalTZInfo` and `USTimeZone` functions do not support the PEP495 `fold` attribute, and will thus be wrong around ambiguous datetimes. Here is an example (compared to `dateutil` which does it...

Building the project and using `sudo cp` to copy the release binary into the cargo directory seems like it could be dangerous. This updates the installation instructions to suggest using...

Each of the subcommands has a hard coded version of 1.0 and a hard-coded author name. This commit instead pulls this information directly from `Cargo.toml`, so that it can be...

This app does not seem to work with Python 3. I think it would be a good idea to have at least basic polyglot Python 2/3 support. I also think...

When installing in a fresh virtualenv, trying to run `ankiserverctl.py` gives: ``` ImportError: No module named httplib2 ``` I believe this is just a matter of adding `httplib2` into the...

Resolves #37. Since `httplib2` is not a direct dependency of this library, an alternative way to resolve this is to maybe modify the documentation about running this in a virtualenv...

Currently the travis build only builds on Python 3.5, and also all the builds are failing because of a `--use-mirrors` flag. I will make a PR at some point soon...

I've written a little script that tries to infer the reading for each _kanji_ as it is used in a given compound. The way I'm doing it is by pulling...